From e92c8e4d0e36ec2c0395d945079016fdd13d3cc3 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 19 Feb 2020 20:47:40 +0200 Subject: [PATCH] Update FIXES, version. --- FIXES | 3 +++ main.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/FIXES b/FIXES index 8fe301a..56f72d8 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,9 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +February 19, 2020: + More small cleanups from Christos Zoulas. + February 18, 2020: Additional cleanups from Christos Zoulas. It's no longer necessary to use the -y flag to bison. diff --git a/main.c b/main.c index 5894dde..cc223f2 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -const char *version = "version 20200218"; +const char *version = "version 20200219"; #define DEBUG #include