aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaconf.h b/luaconf.h
index 126257dc..ff708513 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -277,7 +277,7 @@
277*/ 277*/
278#if defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 302) && \ 278#if defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 302) && \
279 defined(__ELF__) /* { */ 279 defined(__ELF__) /* { */
280#define LUAI_FUNC __attribute__((visibility("hidden"))) extern 280#define LUAI_FUNC __attribute__((visibility("internal"))) extern
281#else /* }{ */ 281#else /* }{ */
282#define LUAI_FUNC extern 282#define LUAI_FUNC extern
283#endif /* } */ 283#endif /* } */