[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua 5.1 work3 - luaconf.h
- From: David Burgess <dburgess@...>
- Date: Mon, 13 Dec 2004 12:19:29 +1000
For those of us who use fringe operating systems. Could I beg and
plead for the following guard code in luaconf.h
of the style
#ifndef XXXX
#define XXXX
#endif
for at least
#define LUA_PATH_DEFAULT
#define LUA_CPATH_DEFAULT
#define LUA_PATH
#define LUA_CPATH
#define LUA_DIRSEP
#define USE_TMPNAME
#define stdin_is_tty()
#define L_THROW(L,c)
#define L_TRY(L,c,a)
#define l_jmpbuf
This means that compiler defines can be used rather than actually
having to modify the distrib source.
db