diff options
Diffstat (limited to 'ext/bcmath/bcmath.c')
| -rw-r--r-- | ext/bcmath/bcmath.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.c b/ext/bcmath/bcmath.c index 15402d0f01..31158496a5 100644 --- a/ext/bcmath/bcmath.c +++ b/ext/bcmath/bcmath.c @@ -14,7 +14,9 @@     +----------------------------------------------------------------------+     | Authors: Andi Gutmans <andi@zend.com>                                |     +----------------------------------------------------------------------+ - */ +*/ + +/* $Id$ */  #include "php.h"  | 
