summaryrefslogtreecommitdiffstats
path: root/dimension/common.terminals
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-11-19 14:10:00 -0500
committerTavian Barnes <tavianator@gmail.com>2010-11-19 14:10:00 -0500
commit30cb9cb572cf8fa942faff7384580e5e2a06a7b3 (patch)
tree3cb5df5ad10f6e968b70e0ac347aab244ebca9dd /dimension/common.terminals
parent4899481ed7179d9c1c8e43b7b366b012d9b86218 (diff)
downloaddimension-30cb9cb572cf8fa942faff7384580e5e2a06a7b3.tar.xz
Parse charset.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r--dimension/common.terminals8
1 files changed, 4 insertions, 4 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals
index 080278c..079aede 100644
--- a/dimension/common.terminals
+++ b/dimension/common.terminals
@@ -88,7 +88,7 @@
%token DMNSN_T_AREA_LIGHT
%token DMNSN_T_ARRAY
%token DMNSN_T_ASC "asc"
-%token DMNSN_T_ASCII
+%token DMNSN_T_ASCII "ascii"
%token DMNSN_T_ASIN "asin"
%token DMNSN_T_ASINH "asinh"
%token DMNSN_T_ASSUMED_GAMMA "assumed_gamma"
@@ -120,7 +120,7 @@
%token DMNSN_T_CAUSTICS
%token DMNSN_T_CEIL "ceil"
%token DMNSN_T_CELLS
-%token DMNSN_T_CHARSET
+%token DMNSN_T_CHARSET "charset"
%token DMNSN_T_CHECKER "checker"
%token DMNSN_T_CHR
%token DMNSN_T_CIRCULAR
@@ -425,7 +425,7 @@
%token DMNSN_T_SUBSTR
%token DMNSN_T_SUM
%token DMNSN_T_SUPERELLIPSOID
-%token DMNSN_T_SYS
+%token DMNSN_T_SYS "sys"
%token DMNSN_T_T "t"
%token DMNSN_T_TAN "tan"
%token DMNSN_T_TANH "tanh"
@@ -463,7 +463,7 @@
%token DMNSN_T_USE_ALPHA
%token DMNSN_T_USE_COLOR
%token DMNSN_T_USE_INDEX
-%token DMNSN_T_UTF8
+%token DMNSN_T_UTF8 "utf8"
%token DMNSN_T_UV_INDICES
%token DMNSN_T_UV_MAPPING
%token DMNSN_T_UV_VECTORS