diff options
Diffstat (limited to 'scope.h')
-rw-r--r-- | scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ struct scope { struct scope *parent; }; +void scopeinit(void); struct scope *mkscope(struct scope *); struct scope *delscope(struct scope *); |