summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-20 15:55:52 -0400
committerTavian Barnes <tavianator@gmail.com>2010-03-20 15:55:52 -0400
commitac3e97014885af00b5a2eb01df232221482db023 (patch)
tree39163e9eed2427580260d0097b1c7887bcc536a5 /dimension/parse.h
parent5da32d0dce6b8ade0b636b83f67b6244e6a56494 (diff)
downloaddimension-ac3e97014885af00b5a2eb01df232221482db023.tar.xz
Support max() and min().
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h2
1 files changed, 2 insertions, 0 deletions
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,