From: Michael Beck Date: Mon, 29 May 2006 13:38:00 +0000 (+0000) Subject: added code to compile with libcore disableadded code to compile with libcore disabled X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0c541492e0b6d0369998cd41cb39721350391a87;p=libfirm added code to compile with libcore disableadded code to compile with libcore disabled --- diff --git a/ir/be/bemain.c b/ir/be/bemain.c index b783ac139..67b0de214 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -186,6 +186,8 @@ int be_parse_arg(const char *arg) { return -1; } return lc_opt_from_single_arg(be_grp_root, NULL, arg, NULL); +#else + return 0; #endif /* WITH_LIBCORE */ }