Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6683f83 commit f59e6a9Copy full SHA for f59e6a9
luaconf.h
@@ -1,5 +1,5 @@
1
/*
2
-** $Id: luaconf.h,v 1.269 2018/06/15 15:49:28 roberto Exp roberto $
+** $Id: luaconf.h,v 1.270 2018/06/18 12:51:05 roberto Exp roberto $
3
** Configuration file for Lua
4
** See Copyright Notice in lua.h
5
*/
@@ -255,12 +255,10 @@
255
256
257
258
-** More often than not the libs go together with the core;
259
-** Functions from the auxiliary library must be exported,
260
-** but opening functions do not.
+** More often than not the libs go together with the core.
261
262
#define LUALIB_API LUA_API
263
-#define LUAMOD_API LUAI_FUNC
+#define LUAMOD_API LUA_API
264
265
266
0 commit comments