diff options
Diffstat (limited to 'c.h')
| -rw-r--r-- | c.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ struct decl { uchar scls; uchar qual : 2; uchar isenum : 1; + uchar isdef : 1; struct span span; const char *name; union { |