diff options
Diffstat (limited to 'src/lex.hpp')
-rw-r--r-- | src/lex.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lex.hpp b/src/lex.hpp index ea8621b..36e3c92 100644 --- a/src/lex.hpp +++ b/src/lex.hpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2013-2014, Matthias Schiffer <mschiffer@universe-factory.net> + Copyright (c) 2013-2015, Matthias Schiffer <mschiffer@universe-factory.net> All rights reserved. Redistribution and use in source and binary forms, with or without @@ -55,7 +55,7 @@ private: size_t start; size_t end; size_t tok_len; - char buffer[65556]; + char buffer[65536]; bool advance(); |