mirror of https://gitee.com/openkylin/lua5.2.git
parent
d4b9a62864
commit
e0d4888153
|
@ -157,7 +157,11 @@
|
|||
|
||||
#else /* }{ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define LUA_API extern "C"
|
||||
#else
|
||||
#define LUA_API extern
|
||||
#endif
|
||||
|
||||
#endif /* } */
|
||||
|
||||
|
|
Loading…
Reference in New Issue