use of different buffers for scanner and concatenation

This commit is contained in:
Roberto Ierusalimschy
2002-10-08 15:46:08 -03:00
parent 02afc892d5
commit b3d0682fb9
15 changed files with 136 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lobject.h,v 1.145 2002/09/02 19:54:49 roberto Exp roberto $
** $Id: lobject.h,v 1.146 2002/09/19 13:03:53 roberto Exp roberto $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
@@ -316,8 +316,6 @@ extern const TObject luaO_nilobject;
int luaO_log2 (unsigned int x);
char *luaO_openspace (lua_State *L, size_t n);
int luaO_rawequalObj (const TObject *t1, const TObject *t2);
int luaO_str2d (const char *s, lua_Number *result);