diff options
| author | Zeev Suraski <zeev@php.net> | 1999-07-17 10:15:42 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 1999-07-17 10:15:42 +0000 |
| commit | 51aa31b671480b2957b3c50a31de875bd49920d2 (patch) | |
| tree | 10e75a2812818585848e7b539795528a845723ba | |
| parent | 35b3b03fe4950eca3171928c95bcbe99a71e295c (diff) | |
| download | php-git-51aa31b671480b2957b3c50a31de875bd49920d2.tar.gz | |
Dummies
| -rw-r--r-- | ext/bcmath/number.c | 3 | ||||
| -rw-r--r-- | ext/bcmath/number.h | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ext/bcmath/number.c b/ext/bcmath/number.c new file mode 100644 index 0000000000..411557a2eb --- /dev/null +++ b/ext/bcmath/number.c @@ -0,0 +1,3 @@ +#include "number.h" + +/* dummy file */ diff --git a/ext/bcmath/number.h b/ext/bcmath/number.h new file mode 100644 index 0000000000..871048f23d --- /dev/null +++ b/ext/bcmath/number.h @@ -0,0 +1,6 @@ +#ifndef _BCMATH_H +#define _BCMATH_H + +/* dummy file */ + +#endif |
