diff options
Diffstat (limited to 'src/core/symbol.h')
| -rw-r--r-- | src/core/symbol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/symbol.h b/src/core/symbol.h index 4c498f2..49a8d99 100644 --- a/src/core/symbol.h +++ b/src/core/symbol.h @@ -50,7 +50,7 @@ typedef enum { SYM_CONSTANT, SYM_FUNCTION, SYM_PROCEDURE, - SYM_REFERENCE, + SYM_ARRAY, SYM_VARIABLE, } SymbolType; |
