aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-12-27 13:58:15 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-12-27 13:58:15 -0200
commit49fe79e9fd6db53703037e0c2e51d74fe6d27400 (patch)
tree48f38dd71393de88da5807807b02fdaedf6e1353 /luaconf.h
parent96727c61b87d199b51a3ebb707255e79d5ed1b84 (diff)
downloadlua-49fe79e9fd6db53703037e0c2e51d74fe6d27400.tar.gz
lua-49fe79e9fd6db53703037e0c2e51d74fe6d27400.tar.bz2
lua-49fe79e9fd6db53703037e0c2e51d74fe6d27400.zip
small change
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/luaconf.h b/luaconf.h
index aab35b6f..7ec89f85 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.21 2004/12/13 12:08:34 roberto Exp $ 2** $Id: luaconf.h,v 1.21 2004/12/22 17:43:27 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*/
@@ -329,11 +329,7 @@ __inline int l_lrint (double flt)
329#define LUA_CPATH "LUA_CPATH" 329#define LUA_CPATH "LUA_CPATH"
330 330
331/* prefix for open functions in C libraries */ 331/* prefix for open functions in C libraries */
332#if defined(__APPLE__) && defined(__MACH__)
333#define LUA_POF "_luaopen_"
334#else
335#define LUA_POF "luaopen_" 332#define LUA_POF "luaopen_"
336#endif
337 333
338/* separator for open functions in C libraries */ 334/* separator for open functions in C libraries */
339#define LUA_OFSEP "" 335#define LUA_OFSEP ""