diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index a9d32e8..38e4eef 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -32,6 +32,10 @@ typedef enum { DMNSN_AST_GLOBAL_SETTINGS, DMNSN_AST_ASSUMED_GAMMA, + DMNSN_AST_CHARSET, + DMNSN_AST_ASCII, + DMNSN_AST_UTF8, + DMNSN_AST_SYS, DMNSN_AST_MAX_TRACE_LEVEL, DMNSN_AST_MAX_INTERSECTIONS, |