diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-03-18 09:24:26 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-03-18 09:24:26 -0300 |
commit | 79db75101eed604ca4ac62a59aacfcdf664ecbf1 (patch) | |
tree | 6ff1c9e1edf8a868fa6ee283236ad66f7ef8b0f9 /lualib.h | |
parent | b0c40e240585b67902bece4569ee683296e475f4 (diff) | |
download | lua-79db75101eed604ca4ac62a59aacfcdf664ecbf1.tar.gz lua-79db75101eed604ca4ac62a59aacfcdf664ecbf1.tar.bz2 lua-79db75101eed604ca4ac62a59aacfcdf664ecbf1.zip |
detail
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.26 2003/03/11 12:24:34 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.27 2003/03/17 13:04:58 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | 13 | ||
14 | #ifndef LUALIB_API | 14 | #ifndef LUALIB_API |
15 | #define LUALIB_API extern | 15 | #define LUALIB_API LUA_API |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | 18 | ||