(change_main_variant): Return type now void.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 29 Jul 1994 23:06:41 +0000 (19:06 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 29 Jul 1994 23:06:41 +0000 (19:06 -0400)
From-SVN: r7827

gcc/tree.c

index e0aa0aea6bf97c9447af6717131e022438bc6b08..4bc62e0810705f9f75cfc10dd735512d8e573b71 100644 (file)
@@ -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;
 {