Commit 3865d508 by Per Bothner

jvgenmain.c: Need to #include "gansidecl.h" (to get PROTO).

8
	* jvgenmain.c:  Need to #include "gansidecl.h" (to get PROTO).
	* jcf-write.c (perform_relocations):  Move check out one loop.

From-SVN: r23664
parent dd16be2a
......@@ -2258,9 +2258,9 @@ perform_relocations (state)
*--new_ptr = 0;
*--new_ptr = - reloc->kind;
}
if (new_ptr != chunk->data)
fatal ("internal error - perform_relocations");
}
if (new_ptr != chunk->data)
fatal ("internal error - perform_relocations");
}
state->code_length = pc;
}
......
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment