*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sun, 8 Mar 1992 05:10:50 +0000 (05:10 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 8 Mar 1992 05:10:50 +0000 (05:10 +0000)
From-SVN: r419

gcc/config/m68k/t-next
gcc/tree.h

index ed6a715..b9d6a26 100644 (file)
@@ -1,2 +1,2 @@
 # libgcc1.c is not needed, since the standard library has these functions.
-LIBGCC=
+LIBGCC1=
index 909a7b3..e9fbe2d 100644 (file)
@@ -911,6 +911,10 @@ extern tree build_unary_op ();
 
 extern tree build_type_variant ();
 
+/* Make a copy of a type node.  */
+
+extern tree build_type_copy ();
+
 /* Return the mode for data of a given size SIZE and mode class CLASS.
    If LIMIT is nonzero, then don't use modes bigger than MAX_FIXED_MODE_SIZE.
    The value is BLKmode if no other mode is found.  */