diff options
Diffstat (limited to 'runtime/ctok_token.h')
-rw-r--r-- | runtime/ctok_token.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/ctok_token.h b/runtime/ctok_token.h index 346d5acd..d36689fa 100644 --- a/runtime/ctok_token.h +++ b/runtime/ctok_token.h @@ -63,11 +63,9 @@ typedef struct { ctok_CMP_STARTSWITH = 106, ctok_CMP_CONTAINSI = 107, ctok_CMP_STARTSWITHI = 108, - ctok_CMP_GTEQ = 109, /* end compare operations */ + ctok_CMP_GTEQ = 109 /* end compare operations */ } tok; var_t *pVar; - //cstr_t *pstrVal; - //int64 intVal; } ctok_token_t; |