aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_parser.h
diff options
context:
space:
mode:
authorHenrique L. Alves2016-10-12 18:43:59 -0300
committerHenrique L. Alves2016-10-22 14:26:48 -0200
commit6a4b4c7db45281ecbaeee3f144f77d72858f53d4 (patch)
tree4824df4988172402468536e14704d8f592eeb9bd /modules/gdscript/gd_parser.h
parent12843167cacf3bacca32c29b7ea8b4426392bad0 (diff)
downloadgodot-6a4b4c7db45281ecbaeee3f144f77d72858f53d4.tar.gz
godot-6a4b4c7db45281ecbaeee3f144f77d72858f53d4.tar.zst
godot-6a4b4c7db45281ecbaeee3f144f77d72858f53d4.zip
Diffstat (limited to 'modules/gdscript/gd_parser.h')
-rw-r--r--modules/gdscript/gd_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_parser.h b/modules/gdscript/gd_parser.h
index 75653e091..000fb7029 100644
--- a/modules/gdscript/gd_parser.h
+++ b/modules/gdscript/gd_parser.h
@@ -209,6 +209,7 @@ public:
OP_INDEX_NAMED,
//unary operators
OP_NEG,
+ OP_POS,
OP_NOT,
OP_BIT_INVERT,
OP_PREINC,