package.config with a final newline, like in 5.2

see 5cdec7d124
This commit is contained in:
Francois Perrad 2017-03-23 17:41:59 +01:00
parent 78f5f1cef1
commit 9ff7cef1e6

View File

@ -79,7 +79,7 @@
#define LUA_IGMARK "-"
#define LUA_PATH_CONFIG \
LUA_DIRSEP "\n" LUA_PATHSEP "\n" LUA_PATH_MARK "\n" \
LUA_EXECDIR "\n" LUA_IGMARK
LUA_EXECDIR "\n" LUA_IGMARK "\n"
/* Quoting in error messages. */
#define LUA_QL(x) "'" x "'"