diff options
-rw-r--r-- | src/jit/bcsave.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/bcsave.lua b/src/jit/bcsave.lua index 4935ea8f..42d7240b 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua | |||
@@ -133,7 +133,7 @@ local function bcsave_c(ctx, output, s) | |||
133 | local fp = savefile(output, "w") | 133 | local fp = savefile(output, "w") |
134 | if ctx.type == "c" then | 134 | if ctx.type == "c" then |
135 | fp:write(format([[ | 135 | fp:write(format([[ |
136 | #ifdef _cplusplus | 136 | #ifdef __cplusplus |
137 | extern "C" | 137 | extern "C" |
138 | #endif | 138 | #endif |
139 | #ifdef _WIN32 | 139 | #ifdef _WIN32 |