diff options
Diffstat (limited to 'main/alloca.c')
-rw-r--r-- | main/alloca.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/alloca.c b/main/alloca.c index 401649cee0..66e001b900 100644 --- a/main/alloca.c +++ b/main/alloca.c @@ -21,8 +21,6 @@ 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 |