Bug 564369 - streamline TokenStream::getChar(), part 8. r=cdleary.

--HG--
extra : rebase_source : 403e102ea4d5b135ea81095ebfd49835940ee4e7
This commit is contained in:
Nicholas Nethercote 2010-05-12 21:42:44 -07:00
Родитель 8ab25b287f
Коммит 10f28c9c67
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -297,7 +297,7 @@ enum TokenStreamFlags
#define t_atom2 u.p.atom2
#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 */
class TokenStream