diff options
| -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 "" |
