diff options
Diffstat (limited to 'scope.h')
| -rw-r--r-- | scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ struct storage_location { STO_STACK, STO_IMM, STO_FN, + STO_UNRESOLVED, } type; union { const struct reg* reg; |
