From 8236c6d4b7f75f2e20332b0b4181b259336f9a4a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 11 Jun 2018 22:50:13 +0100 Subject: Allow for base enum type with an enum declaration --- src/parser.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index a11fadef4..780ab1574 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1030,7 +1030,6 @@ AstNode *ast_attribute(AstFile *f, Token token, Token open, Token close, Arraycurr_token; if (f->curr_token_index+1 < f->tokens.count) { f->curr_token = f->tokens[++f->curr_token_index]; return true; -- cgit v1.2.3