diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.146 2010/10/28 15:18:25 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.147 2010/10/29 11:13:21 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 | */ |
@@ -457,7 +457,7 @@ | |||
457 | #if defined(LUA_NUMBER_DOUBLE) && !defined(LUA_ANSI) && \ | 457 | #if defined(LUA_NUMBER_DOUBLE) && !defined(LUA_ANSI) && \ |
458 | !defined(LUA_NOIEEE754TRICK) /* { */ | 458 | !defined(LUA_NOIEEE754TRICK) /* { */ |
459 | 459 | ||
460 | /* On a Microsoft compiler on a Pentium, use assembler to avoid chashes | 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 | ||
@@ -473,7 +473,7 @@ | |||
473 | union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; | 473 | union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; |
474 | 474 | ||
475 | /* | 475 | /* |
476 | @@ LUA_IEEEENDIAN is the endianess of doubles in your machine | 476 | @@ LUA_IEEEENDIAN is the endianness of doubles in your machine |
477 | @@ (0 for little endian, 1 for big endian); if not defined, Lua will | 477 | @@ (0 for little endian, 1 for big endian); if not defined, Lua will |
478 | @@ check it dynamically. | 478 | @@ check it dynamically. |
479 | */ | 479 | */ |