diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_dispatch.h b/src/lj_dispatch.h index d0f86fab..0594af51 100644 --- a/src/lj_dispatch.h +++ b/src/lj_dispatch.h | |||
@@ -44,7 +44,7 @@ extern double __divdf3(double a, double b); | |||
44 | #define GOTDEF(_) \ | 44 | #define GOTDEF(_) \ |
45 | _(floor) _(ceil) _(trunc) _(log) _(log10) _(exp) _(sin) _(cos) _(tan) \ | 45 | _(floor) _(ceil) _(trunc) _(log) _(log10) _(exp) _(sin) _(cos) _(tan) \ |
46 | _(asin) _(acos) _(atan) _(sinh) _(cosh) _(tanh) _(frexp) _(modf) _(atan2) \ | 46 | _(asin) _(acos) _(atan) _(sinh) _(cosh) _(tanh) _(frexp) _(modf) _(atan2) \ |
47 | _(lj_vm_pow) _(fmod) _(ldexp) _(lj_vm_modi) \ | 47 | _(pow) _(fmod) _(ldexp) _(lj_vm_modi) \ |
48 | _(lj_dispatch_call) _(lj_dispatch_ins) _(lj_dispatch_stitch) \ | 48 | _(lj_dispatch_call) _(lj_dispatch_ins) _(lj_dispatch_stitch) \ |
49 | _(lj_dispatch_profile) _(lj_err_throw) \ | 49 | _(lj_dispatch_profile) _(lj_err_throw) \ |
50 | _(lj_ffh_coroutine_wrap_err) _(lj_func_closeuv) _(lj_func_newL_gc) \ | 50 | _(lj_ffh_coroutine_wrap_err) _(lj_func_closeuv) _(lj_func_newL_gc) \ |