Update FIXES, version.

This commit is contained in:
Arnold D. Robbins 2020-02-19 20:47:40 +02:00
parent c2c8ecbedf
commit e92c8e4d0e
2 changed files with 4 additions and 1 deletions

3
FIXES
View File

@ -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.

2
main.c
View File

@ -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 <stdio.h>