diff options
| author | Zeev Suraski <zeev@php.net> | 1999-07-17 10:34:01 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-07-17 10:34:01 +0000 |
| commit | 3b142d5a3df7f6c26086cb71b9bbcf7f8364f591 (patch) | |
| tree | 6ed03b0e32e563802eefc3f092d3601005539d84 /ext/bcmath | |
| parent | 51aa31b671480b2957b3c50a31de875bd49920d2 (diff) | |
| download | php-git-3b142d5a3df7f6c26086cb71b9bbcf7f8364f591.tar.gz | |
We'll have to live without these files somehow.
Diffstat (limited to 'ext/bcmath')
| -rw-r--r-- | ext/bcmath/number.c | 3 | ||||
| -rw-r--r-- | ext/bcmath/number.h | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/ext/bcmath/number.c b/ext/bcmath/number.c deleted file mode 100644 index 411557a2eb..0000000000 --- a/ext/bcmath/number.c +++ /dev/null @@ -1,3 +0,0 @@ -#include "number.h" - -/* dummy file */ diff --git a/ext/bcmath/number.h b/ext/bcmath/number.h deleted file mode 100644 index 871048f23d..0000000000 --- a/ext/bcmath/number.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _BCMATH_H -#define _BCMATH_H - -/* dummy file */ - -#endif |
