summaryrefslogtreecommitdiff
path: root/include/parser.h
diff options
context:
space:
mode:
authorPixel <>2001-04-15 01:15:37 +0000
committerPixel <>2001-04-15 01:15:37 +0000
commitdf05ffca736e4090a6b2acce53eafb72d85b87c9 (patch)
tree9daf5318f319181524240b2120abdf4df6e7663d /include/parser.h
parent1d2c4bd4e380395c68151d40239d1539d39fdd91 (diff)
Divers
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index f045464..f6d56ba 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -12,6 +12,7 @@ enum {
OP_MOINS_UNARY,
OP_DIV,
OP_MUL,
+ OP_MOD,
OP_LPAREN,
OP_FUNC_CALL,
OP_DECAL,