diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-04 21:20:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-04 21:20:56 +0000 |
| commit | ff0828f06a1f317681c45402feda48bde592a076 (patch) | |
| tree | 7c94275d5ab8b140cd41659d567c09bdc7ca9f16 /src/core/symbol.h | |
| parent | 48cf82bfc6cd65cc95f7658582fc532602a85ac0 (diff) | |
array_new_size
array_new_copy
implemented
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; |
