aboutsummaryrefslogtreecommitdiff
path: root/src/jit
diff options
context:
space:
mode:
authorMike Pall <mike>2020-01-22 02:39:26 +0100
committerMike Pall <mike>2020-01-22 02:39:26 +0100
commit694d69aed910e524d4ad6ebbda7ac4e925c56202 (patch)
tree8e5afea5bdb35a1acfd3ea5717d7d6b1efc5e5da /src/jit
parent87b111f0fe18788d38dbafd9d768d720f77f052b (diff)
parent62903bacf4abbb1c6df0f395553eeaf1f68352c6 (diff)
downloadluajit-694d69aed910e524d4ad6ebbda7ac4e925c56202.tar.gz
luajit-694d69aed910e524d4ad6ebbda7ac4e925c56202.tar.bz2
luajit-694d69aed910e524d4ad6ebbda7ac4e925c56202.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/jit')
-rw-r--r--src/jit/bcsave.lua2
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
137extern "C" 137extern "C"
138#endif 138#endif
139#ifdef _WIN32 139#ifdef _WIN32