diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ struct storage_location { }; }; -struct type { +struct type_ref { const struct type_def* raw_type; unsigned char ptr_level; }; @@ -41,7 +41,7 @@ struct type_def { }; struct var_def { - const struct type* type; + const struct type_ref* type; char* name; struct storage_location loc; const struct type_def* resolved_type; |
