*** empty log message ***

From-SVN: r419
This commit is contained in:
Richard Stallman 1992-03-08 05:10:50 +00:00
parent 2758481d8b
commit 43100b143a
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# libgcc1.c is not needed, since the standard library has these functions.
LIBGCC=
LIBGCC1=

View 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. */