From: Richard Kenner Date: Fri, 29 Jul 1994 23:06:41 +0000 (-0400) Subject: (change_main_variant): Return type now void. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cf3f46752ef19d000ee982757211be3f17e026c;p=gcc.git (change_main_variant): Return type now void. From-SVN: r7827 --- 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; {