diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-27 19:55:37 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-27 19:55:37 +0000 |
commit | 997fdf4ae03fc53ec3f494542e4009aae0d1039c (patch) | |
tree | 480abcb54fa75ec1846629eeafcf764889c4f370 /libiberty/xmalloc.c | |
parent | eb765d0cf14596cba56989c62631670814f93b7d (diff) | |
download | gcc-997fdf4ae03fc53ec3f494542e4009aae0d1039c.tar.gz |
* libiberty.texi: (Top level): Add syncodeindex pg. Add
@dircategory and @direntry directives. Add @finalout.
(many nodes): Lose the next,prev,up pointers on the @nide line.
(Using, Supplemental Functions, Replacement Functions): Fix
markup.
(Functions): Move around, to allow makeinfo to build the manual
without next,prev,up pointers in thye node lines.
(Licenses): Fix typos.
* index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c,
strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup.
* functions.texi: Regenerate.
* copying-lib.texi: Lose the next,prev,up pointers on the @node
line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45847 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/xmalloc.c')
-rw-r--r-- | libiberty/xmalloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index cb923d96f64..3fc23a91c7a 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -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. |