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/parse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index 4648c87..ddd5e7a 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -109,6 +109,8 @@ typedef enum { DMNSN_AST_INT, DMNSN_AST_LN, DMNSN_AST_LOG, + DMNSN_AST_MAX, + DMNSN_AST_MIN, DMNSN_AST_MOD, DMNSN_AST_POW, DMNSN_AST_RADIANS, -- cgit v1.2.3