From: Michael Beck Date: Mon, 13 Nov 2006 14:18:23 +0000 (+0000) Subject: - moved the WITH_JVM up X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a5287bb48f5586014783b3b783baac137d11e36a;p=libfirm - moved the WITH_JVM up - typo fixed --- diff --git a/ir/be/bejavacoal.c b/ir/be/bejavacoal.c index fde61e6b1..a8282f4c1 100644 --- a/ir/be/bejavacoal.c +++ b/ir/be/bejavacoal.c @@ -21,6 +21,8 @@ #include "bejavacoal.h" +#ifdef WITH_JVM + /* Path to the jar file. A little OS dependent convenience. */ #ifdef _WIN32 static char jar_file[512] = "y:\\user\\hack\\public\\coal.jar"; @@ -30,7 +32,7 @@ static char jar_file[512] = "/ben/hack/public/coal.jar"; static char cls_name[256] = "coalescing/mst/safe/Algo"; -/* Name of teh JVM dll/so */ +/* Name of the JVM dll/so */ static char jvm_lib[512] = { 0 }; #ifdef WITH_LIBCORE @@ -46,9 +48,8 @@ void be_java_coal_register_options(lc_opt_entry_t *grp) lc_opt_entry_t *jc_grp = lc_opt_get_grp(grp, "jc"); lc_opt_add_table(jc_grp, options); } -#endif +#endif /* WITH_LIBCORE */ -#ifdef WITH_JVM #include typedef struct _jni_env_t {