From 5cf3f46752ef19d000ee982757211be3f17e026c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 29 Jul 1994 19:06:41 -0400 Subject: [PATCH] (change_main_variant): Return type now void. From-SVN: r7827 --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index e0aa0aea6bf..4bc62e08107 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -2819,7 +2819,7 @@ build_type_variant (type, constp, volatilep) This is the right thing to do only when something else about TYPE is modified in place. */ -tree +void change_main_variant (type, new_main) tree type, new_main; { -- 2.30.2