diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-16 10:25:36 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-16 10:25:36 +0300 |
commit | fa1a43af4efe4bc31ea54fca503f880ed2f50f42 (patch) | |
tree | 8a8c06cc319d0195dbfbc125906f735b64d95167 /eval.c | |
parent | 71fe2c27de224b885f56e49097310f6664952110 (diff) | |
parent | 2d63bc3ee2a686560d29e1eb7b433deb45fd7619 (diff) | |
download | egawk-fa1a43af4efe4bc31ea54fca503f880ed2f50f42.tar.gz egawk-fa1a43af4efe4bc31ea54fca503f880ed2f50f42.tar.bz2 egawk-fa1a43af4efe4bc31ea54fca503f880ed2f50f42.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -287,6 +287,7 @@ static struct optypetab { { "Op_postincrement", "++" }, { "Op_postdecrement", "--" }, { "Op_unary_minus", "-" }, + { "Op_unary_plus", "+" }, { "Op_field_spec", "$" }, { "Op_not", "! " }, { "Op_assign", " = " }, |