diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_strfmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_strfmt.h b/src/lj_strfmt.h index 5454336f..4bbdd4a7 100644 --- a/src/lj_strfmt.h +++ b/src/lj_strfmt.h | |||
@@ -93,6 +93,7 @@ LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putint(SBuf *sb, int32_t k); | |||
93 | #if LJ_HASJIT | 93 | #if LJ_HASJIT |
94 | LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putnum(SBuf *sb, cTValue *o); | 94 | LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putnum(SBuf *sb, cTValue *o); |
95 | #endif | 95 | #endif |
96 | LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putptr(SBuf *sb, const void *v); | ||
96 | LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putquoted(SBuf *sb, GCstr *str); | 97 | LJ_FUNC SBuf * LJ_FASTCALL lj_strfmt_putquoted(SBuf *sb, GCstr *str); |
97 | 98 | ||
98 | /* Formatted conversions to buffer. */ | 99 | /* Formatted conversions to buffer. */ |