summaryrefslogtreecommitdiff
path: root/gcc/java/jvgenmain.c
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-15 17:16:05 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-15 17:16:05 +0000
commitc2569fbcc4c5b96a26c30a7baab1242cf046712a (patch)
treeb80bcaf5cd08aa5d5d629cc2e142851d2f5a4a80 /gcc/java/jvgenmain.c
parent30b69a4902ac3738219b2d33393463a356b42b28 (diff)
downloadgcc-c2569fbcc4c5b96a26c30a7baab1242cf046712a.tar.gz
8
* jvgenmain.c: Need to #include "gansidecl.h" (to get PROTO). * jcf-write.c (perform_relocations): Move check out one loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23664 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jvgenmain.c')
-rw-r--r--gcc/java/jvgenmain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/jvgenmain.c b/gcc/java/jvgenmain.c
index 43b8d7b8d6b..abf1777828a 100644
--- a/gcc/java/jvgenmain.c
+++ b/gcc/java/jvgenmain.c
@@ -27,6 +27,7 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */
#include "config.h"
#include "system.h"
#include "obstack.h"
+#include "gansidecl.h"
const char main_method_prefix[] = "main__";
const char main_method_suffix[] = "Pt6JArray1ZPQ34java4lang6String";