added code to compile with libcore disableadded code to compile with libcore disabled
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 29 May 2006 13:38:00 +0000 (13:38 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 29 May 2006 13:38:00 +0000 (13:38 +0000)
ir/be/bemain.c

index b783ac1..67b0de2 100644 (file)
@@ -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 */
 }