From 98c043ed84ea6fe877561da25e1bf94f68374a67 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 8 Jun 2016 22:54:54 +0300 Subject: Bug fix in symbol lookup, could break watchpoints. --- test/symtab10.awk | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/symtab10.awk (limited to 'test/symtab10.awk') diff --git a/test/symtab10.awk b/test/symtab10.awk new file mode 100644 index 00000000..6fbd3994 --- /dev/null +++ b/test/symtab10.awk @@ -0,0 +1 @@ +BEGIN { SYMTAB["x"] ; y=1 ; y++ } -- cgit v1.2.3