diff -cr2 bison-dist/Makefile bison-d/Makefile *** bison-dist/Makefile Mon Mar 13 20:31:36 1989 --- bison-d/Makefile Fri Mar 17 16:45:37 1989 *************** *** 19,24 **** # For sysV, you must uncomment the following lines ! #CFLAGS = -g -DUSG ! #LIBS = -lPW #and comment out the assignment of CFLAGS below. #Also, if getopt.c gives any trouble, delete it from OBJECTS. --- 19,25 ---- # For sysV, you must uncomment the following lines ! CC = gcc ! CFLAGS = -O -DUSG ! LIBS = -lizard #and comment out the assignment of CFLAGS below. #Also, if getopt.c gives any trouble, delete it from OBJECTS. *************** *** 28,32 **** DESTDIR= # where the installed binary goes ! BINDIR = $(DESTDIR)/usr/local/bin # where the parsers go --- 29,33 ---- DESTDIR= # where the installed binary goes ! BINDIR = $(DESTDIR)/usr/gbin # where the parsers go *************** *** 38,42 **** # It is unwise ever to compile a program without symbols. ! CFLAGS = -g PFILES = -DXPFILE=\"$(PARSERDIR)/$(PFILE)\" \ --- 39,43 ---- # It is unwise ever to compile a program without symbols. ! #CFLAGS = -g PFILES = -DXPFILE=\"$(PARSERDIR)/$(PFILE)\" \ Only in bison-d: miten.meni diff -cr2 bison-dist/reduce.c bison-d/reduce.c *** bison-dist/reduce.c Wed Mar 1 19:37:27 1989 --- bison-d/reduce.c Fri Mar 17 16:43:48 1989 *************** *** 541,544 **** --- 541,545 ---- print_notices () { + extern int fixed_outfiles; if (fixed_outfiles && nuseless_productions) fprintf(stderr, "%d rules never reduced\n", nuseless_productions);