lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Yes, pleeeeeeease :)

13.12.2004 kello 04:19, David Burgess kirjoitti:

 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