diff options
Diffstat (limited to 'main/alloca.c')
-rw-r--r-- | main/alloca.c | 2 |
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 |