summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scope.h b/scope.h
index a67c66b..2066a51 100644
--- a/scope.h
+++ b/scope.h
@@ -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 {