commit
b688872ae9
|
@ -125,8 +125,8 @@ class CTabber2(tab.StackTabber2):
|
|||
# this assumes that people aren't gonna use these macros inside of
|
||||
# blocks, which is probably ok.
|
||||
t = tokens[0]
|
||||
if t.fqmatchs('c.macro.start', ('#define', '#include')):
|
||||
return True
|
||||
#if t.fqmatchs('c.macro.start', ('#define', '#include')):
|
||||
# return True
|
||||
|
||||
# detecting function declarations is annoying; this assumes that people
|
||||
# won't put a variable type and name on different lines, but that they
|
||||
|
|
Loading…
Reference in New Issue