diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-12-27 13:58:15 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2004-12-27 13:58:15 -0200 |
commit | 49fe79e9fd6db53703037e0c2e51d74fe6d27400 (patch) | |
tree | 48f38dd71393de88da5807807b02fdaedf6e1353 /luaconf.h | |
parent | 96727c61b87d199b51a3ebb707255e79d5ed1b84 (diff) | |
download | lua-49fe79e9fd6db53703037e0c2e51d74fe6d27400.tar.gz lua-49fe79e9fd6db53703037e0c2e51d74fe6d27400.tar.bz2 lua-49fe79e9fd6db53703037e0c2e51d74fe6d27400.zip |
small change
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 "" |