summaryrefslogtreecommitdiffstats
path: root/src/define.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/define.h')
-rw-r--r--src/define.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/define.h b/src/define.h
index 92027af..8577b55 100644
--- a/src/define.h
+++ b/src/define.h
@@ -42,6 +42,8 @@ class Define
int nargs;
bool undef;
bool varArgs;
+ bool isPredefined;
+ bool nonRecursive;
};
class DefineList : public QList<Define>