summaryrefslogtreecommitdiff
path: root/main/alloca.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-19 08:40:19 +0000
committerfoobar <sniper@php.net>2003-02-19 08:40:19 +0000
commit8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f (patch)
treebf22750ab9492bef7d62066d0f5033a78a712054 /main/alloca.c
parent48e5c1dae7242d5bf54c278f4e0513bc0b748151 (diff)
downloadphp-git-8e3f23e3c00a4973acb75cbafc15fea1c7f2bc4f.tar.gz
ws fixes + missing $Id$ tags, headers added
Diffstat (limited to 'main/alloca.c')
-rw-r--r--main/alloca.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/alloca.c b/main/alloca.c
index 65e3f7f5e9..ae28159913 100644
--- a/main/alloca.c
+++ b/main/alloca.c
@@ -21,6 +21,8 @@
allocating any. It is a good idea to use alloca(0) in
your main control loop, etc. to force garbage collection. */
+/* $Id$ */
+
#include "php_config.h"
#if !HAVE_ALLOCA