summaryrefslogtreecommitdiff
path: root/includes/compiler/tokens.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/tokens.h')
-rw-r--r--includes/compiler/tokens.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/includes/compiler/tokens.h b/includes/compiler/tokens.h
index b574a81..2f49f98 100644
--- a/includes/compiler/tokens.h
+++ b/includes/compiler/tokens.h
@@ -39,7 +39,15 @@ typedef enum EToken {
TK_UNION,
TK_ENUM,
TK_CLASS,
- TK_UU_VECTOR = 283,
+ TK_UNK_113,
+ TK_UNK_114,
+ TK_UNK_115,
+ TK_UNK_116,
+ TK_UNK_117,
+ TK_UNK_118,
+ TK_UNK_119,
+ TK_UNK_11A,
+ TK_UU_VECTOR,
TK_UU_TYPEOF_UU,
TK_BOOL,
TK_WCHAR_T,
@@ -138,7 +146,9 @@ typedef enum EToken {
TK_AT_DEFS,
TK_SELF,
TK_SUPER,
- TK_UU_ALIGNOF_UU = 388,
+ TK_NEW_ARRAY,
+ TK_DELETE_ARRAY,
+ TK_UU_ALIGNOF_UU,
TK_RESTRICT,
TK_UU_ATTRIBUTE_UU,
TK_UU_UUIDOF
@@ -146,7 +156,7 @@ typedef enum EToken {
typedef struct FileOffsetInfo {
CPrepFileInfo *file;
- SInt32 offset;
+ SInt32 tokenline;
SInt32 tokenoffset;
Boolean is_inline;
} FileOffsetInfo;