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 6c6ba86e..58351c16 100644 --- a/src/jit/bcsave.lua +++ b/src/jit/bcsave.lua | |||
@@ -119,7 +119,7 @@ local function bcsave_c(ctx, output, s) | |||
119 | local fp = savefile(output, "w") | 119 | local fp = savefile(output, "w") |
120 | if ctx.type == "c" then | 120 | if ctx.type == "c" then |
121 | fp:write(string.format([[ | 121 | fp:write(string.format([[ |
122 | #ifdef _cplusplus | 122 | #ifdef __cplusplus |
123 | extern "C" | 123 | extern "C" |
124 | #endif | 124 | #endif |
125 | #ifdef _WIN32 | 125 | #ifdef _WIN32 |