diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-06-08 11:27:44 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-06-08 11:27:44 +0000 |
commit | c8b04b134a525899da2973edc8a816380c0af050 (patch) | |
tree | 546e72b8e9e7dc7c24141977569edd91d8ca080a /gcc/java/lang.c | |
parent | 85d2b0b49a7f35c69989d0550635b307b7639f5f (diff) | |
download | gcc-c8b04b134a525899da2973edc8a816380c0af050.zip gcc-c8b04b134a525899da2973edc8a816380c0af050.tar.gz gcc-c8b04b134a525899da2973edc8a816380c0af050.tar.bz2 |
Make-lang.in: Update.
f:
* Make-lang.in: Update.
* top.c: Include opts.h. Define cl_options_count and cl_options.
java:
* Make-lang.in: Update.
* lang.c: Include opts.h. Define cl_options_count and cl_options.
From-SVN: r67621
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r-- | gcc/java/lang.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c index 28be548..15b812e 100644 --- a/gcc/java/lang.c +++ b/gcc/java/lang.c @@ -45,6 +45,10 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "tree-inline.h" #include "splay-tree.h" #include "tree-dump.h" +#include "opts.h" + +const unsigned int cl_options_count; +const struct cl_option cl_options[1]; struct string_option { |