From: Michael Beck Date: Sun, 2 Nov 2008 17:31:06 +0000 (+0000) Subject: - fixed RELEASE build X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cd5e1a2889b42b1448dfc4928c583d823159349e;p=libfirm - fixed RELEASE build [r23398] --- diff --git a/include/libfirm/irprog.h b/include/libfirm/irprog.h index 3d8abcb4a..748030a62 100644 --- a/include/libfirm/irprog.h +++ b/include/libfirm/irprog.h @@ -98,9 +98,9 @@ void irp_reserve_resources(ir_prog *irp, ir_resources_t resources); void irp_free_resources(ir_prog *irp, ir_resources_t resources); ir_resources_t irp_resources_reserved(const ir_prog *irp); #else -void irp_reserve_resources(irp, resources) -void irp_free_resources(irp, resources) -ir_resources_t irp_resources_reserved(irp) 0 +#define irp_reserve_resources(irp, resources) +#define irp_free_resources(irp, resources) +#define irp_resources_reserved(irp) 0 #endif /** diff --git a/ir/libcore/lc_config.h b/ir/libcore/lc_config.h index 1b6db8a32..d4f739653 100644 --- a/ir/libcore/lc_config.h +++ b/ir/libcore/lc_config.h @@ -55,7 +55,6 @@ #elif defined(_MSC_VER) -#define inline __inline #define LC_FUNCNAME "" #define LC_UNUSED(x) x #define LC_LONGLONG __int64