/*
Config file for RiscLua 88 (VFP)
GCW 14/01/2022
*/

#define RISCLUA_VERSION         	"RiscLua 544VFP-C"
#define RISCLUA_VERSION_NUM     	88
#define LUA_PROGNAME            	"rlua"
#undef  LUA_PATH_DEFAULT
#define LUA_PATH_DEFAULT        	"rlua:lib.?,?"
#undef LUA_CPATH_DEFAULT
#define LUA_CPATH_DEFAULT        	"rlua:solib:?/so,?/so"
#undef LUA_DIRSEP
#define LUA_DIRSEP              	"."
#undef LUA_PATH_SEP
#define LUA_PATH_SEP            	 ","
#define LUA_USE_DLOPEN
#define LUA_DL_DLOPEN                  
#define LUA_NOCVTN2S
#define LUA_NOCVTS2N
#define LUA_USE_POSIX
#include "setjmp.h"
#define _longjmp longjmp
#define _setjmp setjmp
