aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lex.h
diff options
context:
space:
mode:
authorMike Pall <mike>2013-02-27 17:11:31 +0100
committerMike Pall <mike>2013-02-27 17:29:35 +0100
commit28cfcf77445e144335961a020e3e08d84cf0091f (patch)
tree1a769d0ee0fab26a79073a118ba4f9e1557b081a /src/lj_lex.h
parentd44337a566bb3de06a6ac4ecf2d2a77767b86029 (diff)
downloadluajit-28cfcf77445e144335961a020e3e08d84cf0091f.tar.gz
luajit-28cfcf77445e144335961a020e3e08d84cf0091f.tar.bz2
luajit-28cfcf77445e144335961a020e3e08d84cf0091f.zip
String buffer refactoring, part 1.
Move string buffer handling to lj_buf.*. Use common buffer resizing function.
Diffstat (limited to 'src/lj_lex.h')
-rw-r--r--src/lj_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_lex.h b/src/lj_lex.h
index 6e18e4b0..7013f6eb 100644
--- a/src/lj_lex.h
+++ b/src/lj_lex.h
@@ -10,6 +10,7 @@
10 10
11#include "lj_obj.h" 11#include "lj_obj.h"
12#include "lj_err.h" 12#include "lj_err.h"
13#include "lj_buf.h"
13 14
14/* Lua lexer tokens. */ 15/* Lua lexer tokens. */
15#define TKDEF(_, __) \ 16#define TKDEF(_, __) \