aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-01-27 11:54:39 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-01-27 11:54:39 -0200
commit81736885429eb660aa39a210ef1ecddf347e001d (patch)
treea8a3dbfb7eef255a23eab724a4c6c88773b9cad5 /luaconf.h
parent3ef5a6797f5aa7c7cb6b970d92b3c6d52d8e9aaf (diff)
downloadlua-81736885429eb660aa39a210ef1ecddf347e001d.tar.gz
lua-81736885429eb660aa39a210ef1ecddf347e001d.tar.bz2
lua-81736885429eb660aa39a210ef1ecddf347e001d.zip
detail
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index 9c322807..2adc40ad 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.78 2006/01/13 19:36:28 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.79 2006/01/23 19:51:43 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*/
@@ -541,7 +541,7 @@
541*/ 541*/
542 542
543/* On a Pentium, resort to a trick */ 543/* On a Pentium, resort to a trick */
544#if !defined(LUA_ANSI) && !defined(__SSE2__) && \ 544#if defined(LUA_NUMBER_DOUBLE) && !defined(LUA_ANSI) && !defined(__SSE2__) && \
545 (defined(__i386) || defined (_M_IX86) || defined(__i386__)) 545 (defined(__i386) || defined (_M_IX86) || defined(__i386__))
546union luai_Cast { double l_d; long l_l; }; 546union luai_Cast { double l_d; long l_l; };
547#define lua_number2int(i,d) \ 547#define lua_number2int(i,d) \