From 2d63bc3ee2a686560d29e1eb7b433deb45fd7619 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 16 Oct 2016 10:25:02 +0300 Subject: Implement unary plus for real, including for pretty printing. --- awk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 827d5501..ad7b33ad 100644 --- a/awk.h +++ b/awk.h @@ -626,6 +626,7 @@ typedef enum opcodeval { Op_postincrement, Op_postdecrement, Op_unary_minus, + Op_unary_plus, Op_field_spec, /* unary relationals */ -- cgit v1.2.3