lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 79db75101eed604ca4ac62a59aacfcdf664ecbf1
parent b0c40e240585b67902bece4569ee683296e475f4
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 18 Mar 2003 09:24:04 -0300

detail

Diffstat:
Mlualib.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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