diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,6 @@ struct storage_location { long long offset; unsigned long long value; }; - unsigned long long sz; }; struct type_def { @@ -25,6 +24,7 @@ struct type_def { struct var_def { const char* name; struct storage_location loc; + unsigned long long sz; }; struct scope { |
