diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,13 +19,12 @@ struct storage_location { struct type_def { const char* name; - unsigned long long size; + unsigned long long sz; }; struct var_def { const char* name; struct storage_location loc; - unsigned long long sz; }; struct scope { |
