diff options
Diffstat (limited to 'gnulib/import/alloca.c')
-rw-r--r-- | gnulib/import/alloca.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnulib/import/alloca.c b/gnulib/import/alloca.c index 91b9ec3..4880283 100644 --- a/gnulib/import/alloca.c +++ b/gnulib/import/alloca.c @@ -1,5 +1,7 @@ /* alloca.c -- allocate automatically reclaimed memory - (Mostly) portable public-domain implementation -- D A Gwyn + This file is in the public domain. */ + +/* (Mostly) portable implementation -- D A Gwyn This implementation of the PWB library alloca function, which is used to allocate space off the run-time stack so |