aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc.h b/cc.h
index b75d511..4f72a68 100644
--- a/cc.h
+++ b/cc.h
@@ -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;