aboutsummaryrefslogtreecommitdiff
path: root/libiberty/alloca.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-16 02:55:31 +0000
committerDJ Delorie <dj@redhat.com>2001-10-16 02:55:31 +0000
commitba19b94f67aeec0722939ce17b4067c8fd05f4cc (patch)
treedb034680b326cb43083236abf9737518d7e1c78a /libiberty/alloca.c
parenta3366758ce10f5bc06f1a128c4eb82cf2a82e455 (diff)
downloadfsf-binutils-gdb-ba19b94f67aeec0722939ce17b4067c8fd05f4cc.zip
fsf-binutils-gdb-ba19b94f67aeec0722939ce17b4067c8fd05f4cc.tar.gz
fsf-binutils-gdb-ba19b94f67aeec0722939ce17b4067c8fd05f4cc.tar.bz2
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 e98a053..918235d 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;