summaryrefslogtreecommitdiff
path: root/libiberty/alloca.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-10-07 22:42:23 +0000
committerDJ Delorie <dj@delorie.com>2001-10-07 22:42:23 +0000
commitee0173e565180df02e1586d550dfa3d9a43e3b5f (patch)
treeb1efbc36c0eff4c426f6858b8e78e480cf3f52ed /libiberty/alloca.c
parent6ceb75eccbe633e6b739e3fa1f83c54508928aa0 (diff)
downloadbinutils-redhat-ee0173e565180df02e1586d550dfa3d9a43e3b5f.tar.gz
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 9c07e0d481..e98a053fbe 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