summaryrefslogtreecommitdiff
path: root/lib/alloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alloca.c')
-rw-r--r--lib/alloca.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/alloca.c b/lib/alloca.c
index 91b9ec389..48802832a 100644
--- a/lib/alloca.c
+++ b/lib/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