/*
Config file for RiscLua 84 (old)
GCW 2021/01/08
*/

#define RISCLUA_VERSION         	"RiscLua 8.4  (old)"
#define RISCLUA_VERSION_NUM     	84
#define LUA_PROGNAME            	"rlua84"
#undef  LUA_PATH_DEFAULT
#define LUA_PATH_DEFAULT        	"rlua84:lib.?,?"
#undef LUA_CPATH_DEFAULT
#define LUA_CPATH_DEFAULT        	""
#undef LUA_DIRSEP
#define LUA_DIRSEP              	"."
#undef LUA_PATH_SEP
#define LUA_PATH_SEP            	 ","

#define LUA_NOCVTN2S
#define LUA_NOCVTS2N
#define LUA_COMPAT_APIINTCASTS
#define l_noret  void
