We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648f763 commit faf1236Copy full SHA for faf1236
src/ast_def_macros.hpp
@@ -33,7 +33,7 @@ class LocalOption {
33
34
#define NESTING_GUARD(name) \
35
LocalOption<size_t> cnt_##name(name, name + 1); \
36
- if (nestings > MAX_NESTING) throw Exception::NestingLimitError(pstate); \
+ if (name > MAX_NESTING) throw Exception::NestingLimitError(pstate); \
37
38
#define ATTACH_OPERATIONS()\
39
virtual void perform(Operation<void>* op) { (*op)(this); }\
0 commit comments