diff options
author | Mike Pall <mike> | 2013-05-29 20:17:26 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2013-05-29 20:17:26 +0200 |
commit | c5ebfa0c6793562d7392ffc68b1318d250f47a02 (patch) | |
tree | 9c99888eb43a72eabc56818620ff6875de475bf4 /src/lj_str.c | |
parent | b6882a57da86a19c4c95b675a36e44da367a9873 (diff) | |
download | luajit-c5ebfa0c6793562d7392ffc68b1318d250f47a02.tar.gz luajit-c5ebfa0c6793562d7392ffc68b1318d250f47a02.tar.bz2 luajit-c5ebfa0c6793562d7392ffc68b1318d250f47a02.zip |
Refactor string buffer growth helpers.
Diffstat (limited to 'src/lj_str.c')
-rw-r--r-- | src/lj_str.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lj_str.c b/src/lj_str.c index 24d96067..5fdd1672 100644 --- a/src/lj_str.c +++ b/src/lj_str.c | |||
@@ -3,8 +3,6 @@ | |||
3 | ** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <stdio.h> | ||
7 | |||
8 | #define lj_str_c | 6 | #define lj_str_c |
9 | #define LUA_CORE | 7 | #define LUA_CORE |
10 | 8 | ||