Module Name: src Committed By: jakllsch Date: Sun Dec 23 20:27:23 UTC 2018
Modified Files: src/external/bsd/byacc/dist: closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c output.c reader.c symtab.c verbose.c warshall.c Log Message: Restore "defs.h", <sys/cdefs.h> #include ordering from before today's update. Fixes tools build on, for instance, Linux hosts. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/byacc/dist/closure.c \ src/external/bsd/byacc/dist/symtab.c cvs rdiff -u -r1.13 -r1.14 src/external/bsd/byacc/dist/error.c cvs rdiff -u -r1.7 -r1.8 src/external/bsd/byacc/dist/graph.c cvs rdiff -u -r1.9 -r1.10 src/external/bsd/byacc/dist/lalr.c \ src/external/bsd/byacc/dist/warshall.c cvs rdiff -u -r1.11 -r1.12 src/external/bsd/byacc/dist/lr0.c \ src/external/bsd/byacc/dist/mkpar.c src/external/bsd/byacc/dist/verbose.c cvs rdiff -u -r1.15 -r1.16 src/external/bsd/byacc/dist/main.c \ src/external/bsd/byacc/dist/reader.c cvs rdiff -u -r1.19 -r1.20 src/external/bsd/byacc/dist/output.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.