Fix tons of warnings, convert burg to use Makefile.common system, rename
authorChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 02:40:40 +0000 (02:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 02:40:40 +0000 (02:40 +0000)
commit9c9bfa7f29cccd08f479d9726f485bfae72b647b
treeb068b91176af2ea16f7449e432f773c477894dd9
parentc078930ee3b5f18aba8cb75424937d0e3cfc7c71
Fix tons of warnings, convert burg to use Makefile.common system, rename
gram.y to gram.yc so that we don't try to turn it into a .cpp file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3874 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
support/tools/Burg/Makefile
support/tools/Burg/b.h
support/tools/Burg/be.c
support/tools/Burg/fe.h
support/tools/Burg/gram.y [deleted file]
support/tools/Burg/gram.yc [new file with mode: 0644]
support/tools/Burg/lex.c
support/tools/Burg/nonterminal.c
support/tools/Burg/plank.c
support/tools/Burg/zalloc.c
utils/Burg/Makefile
utils/Burg/b.h
utils/Burg/be.c
utils/Burg/fe.h
utils/Burg/gram.y [deleted file]
utils/Burg/gram.yc [new file with mode: 0644]
utils/Burg/lex.c
utils/Burg/nonterminal.c
utils/Burg/plank.c
utils/Burg/zalloc.c