summaryrefslogtreecommitdiff
path: root/src/lj_iropt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r--src/lj_iropt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h
index 81d522e8..a17e2065 100644
--- a/src/lj_iropt.h
+++ b/src/lj_iropt.h
@@ -154,6 +154,7 @@ LJ_FUNC void lj_opt_split(jit_State *J);
154#else 154#else
155#define lj_opt_split(J) UNUSED(J) 155#define lj_opt_split(J) UNUSED(J)
156#endif 156#endif
157LJ_FUNC void lj_opt_sink(jit_State *J);
157 158
158#endif 159#endif
159 160