summaryrefslogtreecommitdiff
path: root/libc/malloc/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/malloc/malloc.c')
-rw-r--r--libc/malloc/malloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/malloc/malloc.c b/libc/malloc/malloc.c
index 86ffd42..61ff3d4 100644
--- a/libc/malloc/malloc.c
+++ b/libc/malloc/malloc.c
@@ -78,6 +78,9 @@ mem *x;
#endif
#ifdef L_alloca
+/* This alloca is based on the same concept as the EMACS fallback alloca.
+ * It should probably be considered Copyright the FSF under the GPL.
+ */
static mem *alloca_stack = 0;
void *