From 30cb9cb572cf8fa942faff7384580e5e2a06a7b3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 19 Nov 2010 14:10:00 -0500 Subject: Parse charset. --- dimension/parse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dimension/parse.h') 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, -- cgit v1.2.3