summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
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,