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
This commit is contained in:
Per Bothner 1998-11-15 09:16:05 -08:00
parent dd16be2aac
commit 3865d50892
2 changed files with 3 additions and 2 deletions

View File

@ -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;
}

View File

@ -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";