aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-07-29 19:06:41 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-07-29 19:06:41 -0400
commit5cf3f46752ef19d000ee982757211be3f17e026c (patch)
tree8a2073ae3c48d24b22d0bd513395bc92f9d2346a /gcc
parentccddffd588054511a1d09ebc6eb6d850e0d3e3ae (diff)
downloadgcc-5cf3f46752ef19d000ee982757211be3f17e026c.zip
gcc-5cf3f46752ef19d000ee982757211be3f17e026c.tar.gz
gcc-5cf3f46752ef19d000ee982757211be3f17e026c.tar.bz2
(change_main_variant): Return type now void.
From-SVN: r7827
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index e0aa0ae..4bc62e0 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;
{