1
0
mirror of https://github.com/lua/lua synced 2025-03-25 15:12:51 +03:00
This commit is contained in:
Roberto Ierusalimschy 2003-03-18 09:24:26 -03:00
parent b0c40e2405
commit 79db75101e

@ -1,5 +1,5 @@
/*
** $Id: lualib.h,v 1.26 2003/03/11 12:24:34 roberto Exp roberto $
** $Id: lualib.h,v 1.27 2003/03/17 13:04:58 roberto Exp roberto $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
@ -12,7 +12,7 @@
#ifndef LUALIB_API
#define LUALIB_API extern
#define LUALIB_API LUA_API
#endif