aboutsummaryrefslogtreecommitdiff
path: root/libiberty/alloca.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-07 22:42:23 +0000
committerDJ Delorie <dj@redhat.com>2001-10-07 22:42:23 +0000
commit99b581398536aae4ac5653df23c3d12d23359c1d (patch)
treef3c3680e7a9acd79187b3a2377494425f4ff44af /libiberty/alloca.c
parente6450fe56177c2ce3faf4601ed4a3edf42cd90eb (diff)
downloadfsf-binutils-gdb-99b581398536aae4ac5653df23c3d12d23359c1d.zip
fsf-binutils-gdb-99b581398536aae4ac5653df23c3d12d23359c1d.tar.gz
fsf-binutils-gdb-99b581398536aae4ac5653df23c3d12d23359c1d.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/alloca.c')
-rw-r--r--libiberty/alloca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/alloca.c b/libiberty/alloca.c
index 9c07e0d..e98a053 100644
--- a/libiberty/alloca.c
+++ b/libiberty/alloca.c
@@ -23,7 +23,7 @@
/*
-@deftypefn Replacement void* alloca (size_t)
+@deftypefn Replacement void* alloca (size_t @var{size})
This function allocates memory which will be automatically reclaimed
after the procedure exits. The @libib{} implementation does not free
@@ -36,7 +36,7 @@ GNU Autoconf test @code{AC_FUNC_ALLOCA} to test for and properly make
available this function. The @code{AC_FUNC_ALLOCA} test requires that
client code use a block of preprocessor code to be safe (see the Autoconf
manual for more); this header incorporates that logic and more, including
-the possibility of a GCC builtin function.
+the possibility of a GCC built-in function.
@end deftypefn