зеркало из https://github.com/mozilla/pjs.git
Bug 564369 - streamline TokenStream::getChar(), part 8. r=cdleary.
--HG-- extra : rebase_source : 403e102ea4d5b135ea81095ebfd49835940ee4e7
This commit is contained in:
Родитель
8ab25b287f
Коммит
10f28c9c67
|
@ -297,7 +297,7 @@ enum TokenStreamFlags
|
||||||
#define t_atom2 u.p.atom2
|
#define t_atom2 u.p.atom2
|
||||||
#define t_dval u.dval
|
#define t_dval u.dval
|
||||||
|
|
||||||
const size_t LINE_LIMIT = 256; /* logical line buffer size limit
|
const size_t LINE_LIMIT = 1024; /* logical line buffer size limit
|
||||||
-- physical line length is unlimited */
|
-- physical line length is unlimited */
|
||||||
|
|
||||||
class TokenStream
|
class TokenStream
|
||||||
|
|
Загрузка…
Ссылка в новой задаче