diff options
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.160 2011/06/28 17:14:12 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.161 2011/07/08 20:07:11 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -459,7 +459,7 @@ | |||
459 | 459 | ||
460 | /* On a Microsoft compiler on a Pentium, use assembler to avoid clashes | 460 | /* On a Microsoft compiler on a Pentium, use assembler to avoid clashes |
461 | with a DirectX idiosyncrasy */ | 461 | with a DirectX idiosyncrasy */ |
462 | #if defined(_MSC_VER) && defined(M_IX86) /* { */ | 462 | #if defined(_MSC_VER) && defined(_M_IX86) /* { */ |
463 | 463 | ||
464 | #define MS_ASMTRICK | 464 | #define MS_ASMTRICK |
465 | 465 | ||