Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/nawk ytab.[ch] --> awkgram.[ch]
details: https://anonhg.NetBSD.org/src/rev/8b27e834bc48
branches: trunk
changeset: 503423:8b27e834bc48
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Feb 05 19:07:57 2001 +0000
description:
ytab.[ch] --> awkgram.[ch]
diffstat:
dist/nawk/README | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 5a482acec47d -r 8b27e834bc48 dist/nawk/README
--- a/dist/nawk/README Mon Feb 05 19:07:15 2001 +0000
+++ b/dist/nawk/README Mon Feb 05 19:07:57 2001 +0000
@@ -38,9 +38,9 @@
yacc -d awkgram.y
conflicts: 43 shift/reduce, 85 reduce/reduce
- mv y.tab.c ytab.c
- mv y.tab.h ytab.h
- cc -O -c ytab.c
+ mv y.tab.c awkgram.c
+ mv y.tab.h awkgram.h
+ cc -O -c awkgram.c
cc -O -c b.c
cc -O -c main.c
cc -O -c parse.c
@@ -58,7 +58,7 @@
If your system is 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
+included yacc output in awkgram.c and awkgram.h, and backup copies in
case you overwrite them. We have also included a copy of
proctab.c so you do not need to run maketab.
Home |
Main Index |
Thread Index |
Old Index