summaryrefslogtreecommitdiff
path: root/src/lj_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_str.h')
-rw-r--r--src/lj_str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_str.h b/src/lj_str.h
index cdb04568..50d1ae5f 100644
--- a/src/lj_str.h
+++ b/src/lj_str.h
@@ -22,6 +22,7 @@ LJ_FUNC void LJ_FASTCALL lj_str_free(global_State *g, GCstr *s);
22/* Type conversions. */ 22/* Type conversions. */
23LJ_FUNC int LJ_FASTCALL lj_str_numconv(const char *s, TValue *n); 23LJ_FUNC int LJ_FASTCALL lj_str_numconv(const char *s, TValue *n);
24LJ_FUNC int LJ_FASTCALL lj_str_tonum(GCstr *str, TValue *n); 24LJ_FUNC int LJ_FASTCALL lj_str_tonum(GCstr *str, TValue *n);
25LJ_FUNC size_t LJ_FASTCALL lj_str_bufnum(char *s, cTValue *o);
25LJ_FUNCA GCstr * LJ_FASTCALL lj_str_fromnum(lua_State *L, const lua_Number *np); 26LJ_FUNCA GCstr * LJ_FASTCALL lj_str_fromnum(lua_State *L, const lua_Number *np);
26#if LJ_HASJIT 27#if LJ_HASJIT
27LJ_FUNC GCstr * LJ_FASTCALL lj_str_fromint(lua_State *L, int32_t k); 28LJ_FUNC GCstr * LJ_FASTCALL lj_str_fromint(lua_State *L, int32_t k);