From 19c3c059f12674fdc7ba06ee0678256713607ea0 Mon Sep 17 00:00:00 2001 From: CSRG Date: Fri, 29 Oct 1982 00:43:57 -0800 Subject: [PATCH] BSD 4_1c_2 development Work on file usr/src/ucb/ingres/source/parser/errs Synthesized-from: CSRG/cd1/4.1c.2 --- usr/src/ucb/ingres/source/parser/errs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 usr/src/ucb/ingres/source/parser/errs diff --git a/usr/src/ucb/ingres/source/parser/errs b/usr/src/ucb/ingres/source/parser/errs new file mode 100644 index 0000000000..8e60a317e4 --- /dev/null +++ b/usr/src/ucb/ingres/source/parser/errs @@ -0,0 +1,16 @@ +sccs get SCCS/s.grammar.y +7.2 +1137 lines +grep -v "DDD" grammar.y > grammar.z +yacc grammar.z + +conflicts: 15 shift/reduce +mv y.tab.c grammar.c +rm -f grammar.z +cc -O -I../h -c grammar.c +ar rvu parlib grammar.o +r - grammar.o +chmod 664 parlib +ranlib parlib +cp parlib ../../lib/parser +ranlib ../../lib/parser -- 2.20.1