From ac3e97014885af00b5a2eb01df232221482db023 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 20 Mar 2010 15:55:52 -0400 Subject: Support max() and min(). --- dimension/common.terminals | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dimension/common.terminals') 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" -- cgit v1.2.3