Gbp-Pq: Name 0003-extern_C.patch
This commit is contained in:
Enrico Tassi 2015-08-14 10:16:57 +02:00 committed by Lu zhiping
parent d4b9a62864
commit e0d4888153
1 changed files with 4 additions and 0 deletions

View File

@ -157,7 +157,11 @@
#else /* }{ */
#ifdef __cplusplus
#define LUA_API extern "C"
#else
#define LUA_API extern
#endif
#endif /* } */