Use #define for MAX_GRAMMAR_RECURSION_DEPTH for consistency

This commit is contained in:
tdevelope 2026-01-28 18:18:24 +02:00
parent 364007affd
commit 200776bb51
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <stdexcept>
#define MAX_REPETITION_THRESHOLD 2000
static constexpr uint32_t MAX_GRAMMAR_RECURSION_DEPTH = 2000;
#define MAX_GRAMMAR_RECURSION_DEPTH 2000
//
// helpers
//