aboutsummaryrefslogtreecommitdiffstats
path: root/tools/npl/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/npl/ast.h')
-rw-r--r--tools/npl/ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/npl/ast.h b/tools/npl/ast.h
index 75c1355049..476a3ee79d 100644
--- a/tools/npl/ast.h
+++ b/tools/npl/ast.h
@@ -9,6 +9,7 @@ typedef enum {
OP2_INVALID = 0,
OP2_ASSIGN,
+ OP2_ASSIGN_PLUS,
OP2_PLUS,
OP2_MINUS,