summaryrefslogtreecommitdiff
path: root/libiberty/alloca.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-10-16 02:55:31 +0000
committerDJ Delorie <dj@delorie.com>2001-10-16 02:55:31 +0000
commit3dea39f6d7cedfdd54ddd8782a68eef005aa4fa5 (patch)
treed9f3e844aae5372339661dc2e02ab21ca5fb9de3 /libiberty/alloca.c
parentc37c4e7627d00003f34a0e40ffac4ddb680b5d8c (diff)
downloadbinutils-redhat-3dea39f6d7cedfdd54ddd8782a68eef005aa4fa5.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/alloca.c')
-rw-r--r--libiberty/alloca.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/alloca.c b/libiberty/alloca.c
index e98a053fbe..918235df46 100644
--- a/libiberty/alloca.c
+++ b/libiberty/alloca.c
@@ -150,6 +150,8 @@ static header *last_alloca_header = NULL; /* -> last alloca header. */
caller, but that method cannot be made to work for some
implementations of C, for example under Gould's UTX/32. */
+/* @undocumented C_alloca */
+
PTR
C_alloca (size)
size_t size;