ref: 1951e01288b48817b8cb5e9b789f4f9fb01527b7
parent: eda30ac8c5b8b437c0a6ae3bdc0082e50c0fcd84
author: Arnold D. Robbins <arnold@skeeve.com>
date: Wed Dec 11 16:15:38 EST 2019
More edits in README.md.
--- a/README.md
+++ b/README.md
@@ -77,12 +77,12 @@
If your system does not have `yacc` or `bison` (the GNU
equivalent), you must compile the pieces manually. We have
-included `yacc` output in `ytab.c` and `ytab.h`, and backup copies in
-case you overwrite them. We have also included a copy of
+included `yacc` output in `ytab.c` and `ytab.h`.
+We have also included a copy of
`proctab.c` so you do not need to run `maketab`.
NOTE: This version uses ANSI C (C 99), as you should also. We have
-compiled this without any changes using gcc -Wall and/or local C
+compiled this without any changes using `gcc -Wall` and/or local C
compilers on a variety of systems, but new systems or compilers
may raise some new complaint; reports of difficulties are
welcome.
@@ -96,4 +96,4 @@
`awk`'s speed, perhaps by 1/3 for highest levels.
#### Last Updated
-Wed Dec 11 20:53:18 IST 2019
+Wed Dec 11 21:15:19 IST 2019
--
⑨