From bae57ea088504146883323c1bc122a74b34760c3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 25 Jul 2011 14:20:47 -0300 Subject: 'M_IX86' -> '_M_IX86' --- luaconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luaconf.h b/luaconf.h index 389edf33..a3b4a393 100644 --- a/luaconf.h +++ b/luaconf.h @@ -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 -- cgit v1.2.3-55-g6feb