aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib.h b/lualib.h
index 23e64fce..a558b953 100644
--- a/lualib.h
+++ b/lualib.h
@@ -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