From d3ee970936a73d621e92683108c28ce8d64e10ae Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 31 Aug 2003 20:04:55 +0000 Subject: [PATCH] Change EXTRA_INLINE define to CORE_INLINE Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1209 --- src/platform/visualc/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platform/visualc/config.h b/src/platform/visualc/config.h index 51b6dc26..b0f14bd6 100644 --- a/src/platform/visualc/config.h +++ b/src/platform/visualc/config.h @@ -14,8 +14,8 @@ /* Enable some heavy debugging options */ #define C_HEAVY_DEBUG 0 -/* Enable some big compile-time increasing inlines */ -#define C_EXTRAINLINE 0 +/* Enable memory function inlining in */ +#define C_CORE_INLINE 0 /* Enable the FPU module, still only for beta testing */ #define C_FPU 1