aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-01-23 17:51:43 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-01-23 17:51:43 -0200
commit9e6e43984da7c9c382fbd47badb4808e6fae96d3 (patch)
treefb73945627046f4be3a3109834a18d83e24b62b4 /luaconf.h
parentbaffc37f5c8d15c03da0ce689bdecadc1219fe99 (diff)
downloadlua-9e6e43984da7c9c382fbd47badb4808e6fae96d3.tar.gz
lua-9e6e43984da7c9c382fbd47badb4808e6fae96d3.tar.bz2
lua-9e6e43984da7c9c382fbd47badb4808e6fae96d3.zip
details
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index 3a588164..9c322807 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.77 2005/12/27 17:12:00 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.78 2006/01/13 19:36:28 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*/
@@ -488,6 +488,7 @@
488** =================================================================== 488** ===================================================================
489*/ 489*/
490 490
491#define LUA_NUMBER_DOUBLE
491#define LUA_NUMBER double 492#define LUA_NUMBER double
492 493
493/* 494/*