SequenceParser with large buffer for reading strings.

This commit is contained in:
kaisheny 2015-01-30 23:02:36 -08:00
Родитель e4345883d6
Коммит 53df82fdc4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -15,7 +15,7 @@
using namespace std;
#define MAXSTRING 8192
#define MAXSTRING 500000
// UCI label location types
enum LabelMode
{