]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
factoring out the closing-paren handling code since it'll be used recursively
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index 737f2dcc81ecea5877ce1f4b79fd6ee49757af35..e88e01603b53c462adbe08488a39fa9461a4beb5 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -182,7 +182,6 @@ struct ast_return_s
     ast_expression *operand;
 };
 ast_return* ast_return_new(lex_ctx    ctx,
-                           int        op,
                            ast_expression *expr);
 void ast_return_delete(ast_return*);