mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
'M_IX86' -> '_M_IX86'
This commit is contained in:
parent
2557107e91
commit
bae57ea088
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: luaconf.h,v 1.160 2011/06/28 17:14:12 roberto Exp roberto $
|
||||
** $Id: luaconf.h,v 1.161 2011/07/08 20:07:11 roberto Exp roberto $
|
||||
** Configuration file for Lua
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -459,7 +459,7 @@
|
|||
|
||||
/* On a Microsoft compiler on a Pentium, use assembler to avoid clashes
|
||||
with a DirectX idiosyncrasy */
|
||||
#if defined(_MSC_VER) && defined(M_IX86) /* { */
|
||||
#if defined(_MSC_VER) && defined(_M_IX86) /* { */
|
||||
|
||||
#define MS_ASMTRICK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue