From 79db75101eed604ca4ac62a59aacfcdf664ecbf1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 18 Mar 2003 09:24:26 -0300 Subject: detail --- lualib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index 23e64fce..a558b953 100644 --- a/lualib.h +++ b/lualib.h @@ -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 -- cgit v1.2.3-55-g6feb