Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/yacc
Module Name: src
Committed By: christos
Date: Wed May 24 18:01:43 UTC 2006
Modified Files:
src/usr.bin/yacc: closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c
output.c reader.c skeleton.c symtab.c verbose.c warshall.c
Log Message:
- ansi prototypes
- sprinkle static
No functional change (just smaller binary because of unused functions)
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/usr.bin/yacc/closure.c src/usr.bin/yacc/warshall.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/yacc/defs.h src/usr.bin/yacc/reader.c
cvs rdiff -r1.9 -r1.10 src/usr.bin/yacc/error.c src/usr.bin/yacc/symtab.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/yacc/lalr.c src/usr.bin/yacc/lr0.c \
src/usr.bin/yacc/verbose.c
cvs rdiff -r1.15 -r1.16 src/usr.bin/yacc/main.c
cvs rdiff -r1.10 -r1.11 src/usr.bin/yacc/mkpar.c
cvs rdiff -r1.13 -r1.14 src/usr.bin/yacc/output.c
cvs rdiff -r1.25 -r1.26 src/usr.bin/yacc/skeleton.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index