parent
4c63cdcd60
commit
14b4007796
|
@ -133,9 +133,6 @@ class CTabber2(tab.StackTabber2):
|
|||
def _is_ignored(self, t):
|
||||
return t.fqisa('spaces', 'eol', 'c.comment', 'c.comment.start',
|
||||
'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):
|
||||
'''Build this C program (using the mode's make cmd)'''
|
||||
|
|
Loading…
Reference in New Issue