equal
deleted
inserted
replaced
31 CommentCnv = 0x00000020, |
31 CommentCnv = 0x00000020, |
32 CommentScan = 0x00000040, |
32 CommentScan = 0x00000040, |
33 Validate = 0x00000080, |
33 Validate = 0x00000080, |
34 PrintTree = 0x00000100, |
34 PrintTree = 0x00000100, |
35 Time = 0x00000200, |
35 Time = 0x00000200, |
36 ExtCmd = 0x00000400 |
36 ExtCmd = 0x00000400, |
|
37 IncludeGraph = 0x00000800 |
37 }; |
38 }; |
38 static void print(DebugMask mask,int prio,const char *fmt,...); |
39 static void print(DebugMask mask,int prio,const char *fmt,...); |
39 static void setFlag(const char *label); |
40 static void setFlag(const char *label); |
40 static void clearFlag(const char *label); |
41 static void clearFlag(const char *label); |
41 static bool isFlagSet(DebugMask mask); |
42 static bool isFlagSet(DebugMask mask); |