diff options
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 { |