summaryrefslogtreecommitdiff
path: root/main/alloca.c
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 00:34:59 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 00:34:59 -0400
commitce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61 (patch)
treeacdb9a8816483652a9db1a47db71df5df43707c5 /main/alloca.c
parent10f5b47dc7c1cf2b9a00991629f43652710322d3 (diff)
downloadphp-ce7edc9b3c7370f32fec0bc7a8ec3e29ed9a5f61.tar.gz
Imported Upstream version 5.1.1upstream/5.1.1
Diffstat (limited to 'main/alloca.c')
-rw-r--r--main/alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/alloca.c b/main/alloca.c
index a8af93478..ea7885621 100644
--- a/main/alloca.c
+++ b/main/alloca.c
@@ -21,7 +21,7 @@
allocating any. It is a good idea to use alloca(0) in
your main control loop, etc. to force garbage collection. */
-/* $Id: alloca.c,v 1.7.2.1 2005/01/09 21:05:17 sniper Exp $ */
+/* $Id: alloca.c,v 1.8 2005/01/09 21:05:06 sniper Exp $ */
#include <php_config.h>