Skip to content

Commit f59e6a9

Browse files
committed
opening functions must be exported!
1 parent 6683f83 commit f59e6a9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

luaconf.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: luaconf.h,v 1.269 2018/06/15 15:49:28 roberto Exp roberto $
2+
** $Id: luaconf.h,v 1.270 2018/06/18 12:51:05 roberto Exp roberto $
33
** Configuration file for Lua
44
** See Copyright Notice in lua.h
55
*/
@@ -255,12 +255,10 @@
255255

256256

257257
/*
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.
258+
** More often than not the libs go together with the core.
261259
*/
262260
#define LUALIB_APILUA_API
263-
#define LUAMOD_APILUAI_FUNC
261+
#define LUAMOD_APILUA_API
264262

265263

266264
/*

0 commit comments

Comments
 (0)