summaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-08 11:27:44 +0000
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-08 11:27:44 +0000
commitb3db09019b84f20c6e84ae3f3df4bc993f07d8f0 (patch)
tree546e72b8e9e7dc7c24141977569edd91d8ca080a /gcc/java/lang.c
parente9d1e93bb06067a71ea3de05a110dd2a75d6d372 (diff)
downloadgcc-b3db09019b84f20c6e84ae3f3df4bc993f07d8f0.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 28be548e887..15b812e8730 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
{