diff options
Diffstat (limited to 'src/parser/parsers.h')
-rw-r--r-- | src/parser/parsers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parser/parsers.h b/src/parser/parsers.h index 5900deb27..ab990e7b0 100644 --- a/src/parser/parsers.h +++ b/src/parser/parsers.h @@ -918,8 +918,6 @@ MaybeResult<> plaininstr(Ctx& ctx, const std::vector<Annotation>& annotations) { return {}; } -#define NEW_INSTRUCTION_PARSER -#define NEW_WAT_PARSER #include <gen-s-parser.inc> } |