summaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorWarmist2012-03-26 18:14:14 +0300
committerWarmist2012-03-26 18:14:14 +0300
commit18c94f8000ab0f395d7897b0f33a5665d1a77b9d (patch)
tree44ae9ddb7794d401eda21abbf1b7974558f48c25 /depends
parent61f0bc66af21de12fa3254abbc75a44463ac6a03 (diff)
parentb4d458b47f8720ec7995891f940cb282ee071fc8 (diff)
downloaddfhack-18c94f8000ab0f395d7897b0f33a5665d1a77b9d.tar.gz
dfhack-18c94f8000ab0f395d7897b0f33a5665d1a77b9d.tar.bz2
dfhack-18c94f8000ab0f395d7897b0f33a5665d1a77b9d.tar.xz
Merge branch 'master' of git://github.com/peterix/dfhack
Diffstat (limited to 'depends')
-rw-r--r--depends/lua/include/luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/lua/include/luaconf.h b/depends/lua/include/luaconf.h
index 25f08c0c..ffa33a0d 100644
--- a/depends/lua/include/luaconf.h
+++ b/depends/lua/include/luaconf.h
@@ -152,7 +152,7 @@
** LUA_BUILD_AS_DLL to get it).
*/
#ifdef __cplusplus
- #define LUA_API_EXTERN extern "C"
+ #define LUA_API_EXTERN extern
#else
#define LUA_API_EXTERN extern
#endif