diff options
Diffstat (limited to 'libiberty/alloca.c')
-rw-r--r-- | libiberty/alloca.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/alloca.c b/libiberty/alloca.c index e98a053fbee..918235df465 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; |