1
0
Fork 0

Change EXTRA_INLINE define to CORE_INLINE

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1209
This commit is contained in:
Sjoerd van der Berg 2003-08-31 20:04:55 +00:00
parent 942bef0e09
commit d3ee970936

View file

@ -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