SequenceParser with large buffer for reading strings.
This commit is contained in:
Родитель
e4345883d6
Коммит
53df82fdc4
|
@ -15,7 +15,7 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
#define MAXSTRING 8192
|
||||
#define MAXSTRING 500000
|
||||
// UCI label location types
|
||||
enum LabelMode
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче