]> git.saurik.com Git - bison.git/commit - src/gram.c
More explicit use of "const", "extern", and "static", particularly to
authorJesse Thilo <jthilo@gnu.org>
Tue, 4 Jul 2000 03:29:02 +0000 (03:29 +0000)
committerJesse Thilo <jthilo@gnu.org>
Tue, 4 Jul 2000 03:29:02 +0000 (03:29 +0000)
commit4a120d45e6a181ced2f24f2f6d23e2faa9fbd778
treee1811991fcad51f7fb39d4ae357b6a18f2cd1417
parent27821bff0ff9f96e2e12036a16aee8481ef400d7
More explicit use of "const", "extern", and "static", particularly to
limit the scope of many local variables and functions.
20 files changed:
src/LR0.c
src/allocate.c
src/closure.c
src/complain.c
src/conflicts.c
src/derives.c
src/files.c
src/files.h
src/getargs.c
src/gram.c
src/lalr.c
src/lex.c
src/main.c
src/nullable.c
src/output.c
src/print.c
src/reader.c
src/reduce.c
src/symtab.c
src/symtab.h