]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/xmalloc.c
* libiberty.texi: (Top level): Add syncodeindex pg. Add
[thirdparty/gcc.git] / libiberty / xmalloc.c
index cb923d96f64824da62607da2ed1294028f193467..3fc23a91c7a457bc31a62b9da31e9fcf2a276ae3 100644 (file)
@@ -22,7 +22,8 @@ Boston, MA 02111-1307, USA.  */
 @deftypefn Replacement void* xmalloc (size_t)
 
 Allocate memory without fail.  If @code{malloc} fails, this will print
-a message to stderr (using the name set by @code{xmalloc_set_program_name},
+a message to @code{stderr} (using the name set by
+@code{xmalloc_set_program_name},
 if any) and then call @code{xexit}.  Note that it is therefore safe for
 a program to contain @code{#define malloc xmalloc} in its source.