Skip to content

Commit 694d69a

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 87b111f + 62903ba commit 694d69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jit/bcsave.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ local function bcsave_c(ctx, output, s)
133133
local fp = savefile(output, "w")
134134
if ctx.type == "c" then
135135
fp:write(format([[
136-
#ifdef _cplusplus
136+
#ifdef __cplusplus
137137
extern "C"
138138
#endif
139139
#ifdef _WIN32

0 commit comments

Comments
 (0)