diff --git a/mode/c.py b/mode/c.py index 8343b7d..03ccb5e 100644 --- a/mode/c.py +++ b/mode/c.py @@ -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