String buffer refactoring, part 1.
Move string buffer handling to lj_buf.*. Use common buffer resizing function.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "lj_char.c"
|
||||
#include "lj_bc.c"
|
||||
#include "lj_obj.c"
|
||||
#include "lj_buf.c"
|
||||
#include "lj_str.c"
|
||||
#include "lj_tab.c"
|
||||
#include "lj_func.c"
|
||||
|
||||
Reference in New Issue
Block a user