diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -626,6 +626,7 @@ typedef enum opcodeval { Op_postincrement, Op_postdecrement, Op_unary_minus, + Op_unary_plus, Op_field_spec, /* unary relationals */ |