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:
parent
942bef0e09
commit
d3ee970936
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue