branch : pmacs2
This commit is contained in:
moculus 2009-04-10 15:30:29 +00:00
parent 4c63cdcd60
commit 14b4007796
1 changed files with 0 additions and 3 deletions

View File

@ -133,9 +133,6 @@ class CTabber2(tab.StackTabber2):
def _is_ignored(self, t): def _is_ignored(self, t):
return t.fqisa('spaces', 'eol', 'c.comment', 'c.comment.start', return t.fqisa('spaces', 'eol', 'c.comment', 'c.comment.start',
'c.comment.data', 'c.comment.null', 'c.comment.end') 'c.comment.data', 'c.comment.null', 'c.comment.end')
#return t.fqname() in ('spaces', 'eol', 'c.comment', 'c.comment.start',
# 'c.comment.data', 'c.comment.null',
# 'c.comment.end')
class CCheckSyntax(Exec): class CCheckSyntax(Exec):
'''Build this C program (using the mode's make cmd)''' '''Build this C program (using the mode's make cmd)'''