From 1b79c13f8aa4c93ea727b1d42b30f3838faeaedf Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 6 May 2020 20:55:07 +0300 Subject: Add lint check for string + string. --- awk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 70d132f4..3fba240d 100644 --- a/awk.h +++ b/awk.h @@ -713,6 +713,7 @@ typedef enum opcodeval { Op_exec_count, Op_breakpoint, Op_lint, + Op_lint_plus, Op_atexit, Op_stop, -- cgit v1.2.3