insert Lua version
Instead of the hardcoded value that's in this right at the moment, the intention is to get the Lua version information directly from Lua itself for the insertion. For now, this will have to do.
This commit is contained in:
@@ -303,6 +303,7 @@ static struct rt_opt {
|
||||
const char *token, *value;
|
||||
} rt_opts[] = {
|
||||
{ ":PATMATCH:", regex_id },
|
||||
{ ":LUAVERSION:", " 5.3.5"}, /* plan is to get this directly from Lua */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user