]> git.saurik.com Git - bison.git/commit
Initialize the muscle table before parsing the command line.
authorAkim Demaille <demaille@gostai.com>
Tue, 29 Jul 2008 10:47:41 +0000 (12:47 +0200)
committerAkim Demaille <demaille@gostai.com>
Fri, 7 Nov 2008 20:38:27 +0000 (21:38 +0100)
commit9fe5a4571e33f8d2a38051a3699a317dce70ec9d
tree145c4d62c74b8b9b80699313fd9c95d1b1d6a3b8
parent56c5eca97359ecc15481c6b9dff8f34c63219d70
Initialize the muscle table before parsing the command line.

* src/getargs.c (quotearg.h, muscle_tab.h): Include.
(getargs): Define file_name.
* src/main.c (main): Initialize muscle_tab before calling
getargs.
* src/muscle_tab.c (muscle_init): No longer define file_name, as
its value is not available yet.
ChangeLog
src/getargs.c
src/main.c
src/muscle_tab.c