]> 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)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Apr 2009 08:28:50 +0000 (04:28 -0400)
commit75c21b618d2ee31e72f7b78b4a03d400514e433f
tree45defd78b801ab89474b4e2a7682d86fdbcfa992
parent33d2a860792a7c4e11a99ea9bc10c6802f5a2063
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