mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-28 02:24:56 +08:00
* treetree.c: Remove cl_options-count and cl_options.
From-SVN: r67834
This commit is contained in:
parent
0bb41a37f3
commit
14b96a951a
@ -1,3 +1,7 @@
|
|||||||
|
2003-06-12 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* treetree.c: Remove cl_options-count and cl_options.
|
||||||
|
|
||||||
2003-06-11 Neil Booth <neil@daikokuya.co.uk>
|
2003-06-11 Neil Booth <neil@daikokuya.co.uk>
|
||||||
|
|
||||||
* Make-lang.in: Update for option handling.
|
* Make-lang.in: Update for option handling.
|
||||||
|
@ -75,8 +75,6 @@
|
|||||||
#include "treetree.h"
|
#include "treetree.h"
|
||||||
#include "opts.h"
|
#include "opts.h"
|
||||||
|
|
||||||
const unsigned int cl_options_count;
|
|
||||||
const struct cl_option cl_options[1];
|
|
||||||
extern int option_main;
|
extern int option_main;
|
||||||
extern char **file_names;
|
extern char **file_names;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user