Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall 2020-01-22 02:39:26 +01:00
commit 694d69aed9

View File

@ -133,7 +133,7 @@ local function bcsave_c(ctx, output, s)
local fp = savefile(output, "w") local fp = savefile(output, "w")
if ctx.type == "c" then if ctx.type == "c" then
fp:write(format([[ fp:write(format([[
#ifdef _cplusplus #ifdef __cplusplus
extern "C" extern "C"
#endif #endif
#ifdef _WIN32 #ifdef _WIN32