diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-20 15:55:52 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-20 15:55:52 -0400 |
commit | ac3e97014885af00b5a2eb01df232221482db023 (patch) | |
tree | 39163e9eed2427580260d0097b1c7887bcc536a5 /dimension/common.terminals | |
parent | 5da32d0dce6b8ade0b636b83f67b6244e6a56494 (diff) | |
download | dimension-ac3e97014885af00b5a2eb01df232221482db023.tar.xz |
Support max() and min().
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index a877ac1..b5308e4 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -270,7 +270,7 @@ %token DMNSN_T_MATERIAL %token DMNSN_T_MATERIAL_MAP %token DMNSN_T_MATRIX -%token DMNSN_T_MAX +%token DMNSN_T_MAX "max" %token DMNSN_T_MAX_EXTENT %token DMNSN_T_MAX_GRADIENT %token DMNSN_T_MAX_INTERSECTIONS @@ -287,7 +287,7 @@ %token DMNSN_T_METALLIC %token DMNSN_T_METHOD %token DMNSN_T_METRIC -%token DMNSN_T_MIN +%token DMNSN_T_MIN "min" %token DMNSN_T_MIN_EXTENT %token DMNSN_T_MINIMUM_REUSE %token DMNSN_T_MOD "mod" |