diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -297,8 +297,8 @@ struct decl { }; struct scope { - struct map *tags; - struct map *decls; + struct map tags; + struct map decls; struct block *breaklabel; struct block *continuelabel; struct switchcases *switchcases; |