(change_main_variant): Return type now void.

From-SVN: r7827
This commit is contained in:
Richard Kenner 1994-07-29 19:06:41 -04:00
parent ccddffd588
commit 5cf3f46752

View 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;
{