diff options
Diffstat (limited to 'ext/bcmath/libbcmath/src')
-rw-r--r-- | ext/bcmath/libbcmath/src/add.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/compare.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/debug.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/div.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/divmod.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/doaddsub.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/init.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/int2num.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/nearzero.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/neg.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/num2long.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/num2str.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/outofmem.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/output.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/raise.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/raisemod.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/rmzero.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/sqrt.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/str2num.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/sub.c | 1 | ||||
-rw-r--r-- | ext/bcmath/libbcmath/src/zero.c | 1 |
21 files changed, 0 insertions, 21 deletions
diff --git a/ext/bcmath/libbcmath/src/add.c b/ext/bcmath/libbcmath/src/add.c index ade5b5969a..d41ea01914 100644 --- a/ext/bcmath/libbcmath/src/add.c +++ b/ext/bcmath/libbcmath/src/add.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/compare.c b/ext/bcmath/libbcmath/src/compare.c index 6217ef1af3..ced7ec1916 100644 --- a/ext/bcmath/libbcmath/src/compare.c +++ b/ext/bcmath/libbcmath/src/compare.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/debug.c b/ext/bcmath/libbcmath/src/debug.c index 0ff7d652cd..b711c06143 100644 --- a/ext/bcmath/libbcmath/src/debug.c +++ b/ext/bcmath/libbcmath/src/debug.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/div.c b/ext/bcmath/libbcmath/src/div.c index df5de29919..a8039f2b76 100644 --- a/ext/bcmath/libbcmath/src/div.c +++ b/ext/bcmath/libbcmath/src/div.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/divmod.c b/ext/bcmath/libbcmath/src/divmod.c index 08c2f8a2a2..6ee6c255cb 100644 --- a/ext/bcmath/libbcmath/src/divmod.c +++ b/ext/bcmath/libbcmath/src/divmod.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/doaddsub.c b/ext/bcmath/libbcmath/src/doaddsub.c index cef0fdbf1b..dc0ba0614b 100644 --- a/ext/bcmath/libbcmath/src/doaddsub.c +++ b/ext/bcmath/libbcmath/src/doaddsub.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/init.c b/ext/bcmath/libbcmath/src/init.c index bd73da2a9d..227a34fadf 100644 --- a/ext/bcmath/libbcmath/src/init.c +++ b/ext/bcmath/libbcmath/src/init.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/int2num.c b/ext/bcmath/libbcmath/src/int2num.c index a8965f6040..12a3342c39 100644 --- a/ext/bcmath/libbcmath/src/int2num.c +++ b/ext/bcmath/libbcmath/src/int2num.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/nearzero.c b/ext/bcmath/libbcmath/src/nearzero.c index 1f2f0708cc..041c7e149d 100644 --- a/ext/bcmath/libbcmath/src/nearzero.c +++ b/ext/bcmath/libbcmath/src/nearzero.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/neg.c b/ext/bcmath/libbcmath/src/neg.c index 619a59bb05..8c00905598 100644 --- a/ext/bcmath/libbcmath/src/neg.c +++ b/ext/bcmath/libbcmath/src/neg.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/num2long.c b/ext/bcmath/libbcmath/src/num2long.c index be84986d23..2cef6791c4 100644 --- a/ext/bcmath/libbcmath/src/num2long.c +++ b/ext/bcmath/libbcmath/src/num2long.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/num2str.c b/ext/bcmath/libbcmath/src/num2str.c index 7316d32a14..742d3278e7 100644 --- a/ext/bcmath/libbcmath/src/num2str.c +++ b/ext/bcmath/libbcmath/src/num2str.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/outofmem.c b/ext/bcmath/libbcmath/src/outofmem.c index 7c67509686..e1e3f5317f 100644 --- a/ext/bcmath/libbcmath/src/outofmem.c +++ b/ext/bcmath/libbcmath/src/outofmem.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/output.c b/ext/bcmath/libbcmath/src/output.c index 9fbca0f4c4..e172662002 100644 --- a/ext/bcmath/libbcmath/src/output.c +++ b/ext/bcmath/libbcmath/src/output.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/raise.c b/ext/bcmath/libbcmath/src/raise.c index c7838be597..4b938cb3b3 100644 --- a/ext/bcmath/libbcmath/src/raise.c +++ b/ext/bcmath/libbcmath/src/raise.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/raisemod.c b/ext/bcmath/libbcmath/src/raisemod.c index a3154b55cd..9b371cc4e0 100644 --- a/ext/bcmath/libbcmath/src/raisemod.c +++ b/ext/bcmath/libbcmath/src/raisemod.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/rmzero.c b/ext/bcmath/libbcmath/src/rmzero.c index 1b81601b20..4751099d24 100644 --- a/ext/bcmath/libbcmath/src/rmzero.c +++ b/ext/bcmath/libbcmath/src/rmzero.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/sqrt.c b/ext/bcmath/libbcmath/src/sqrt.c index 265d75b5fb..ffb19fc519 100644 --- a/ext/bcmath/libbcmath/src/sqrt.c +++ b/ext/bcmath/libbcmath/src/sqrt.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/str2num.c b/ext/bcmath/libbcmath/src/str2num.c index 62544de80e..abf68eb1e5 100644 --- a/ext/bcmath/libbcmath/src/str2num.c +++ b/ext/bcmath/libbcmath/src/str2num.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/sub.c b/ext/bcmath/libbcmath/src/sub.c index b63f1bc90a..86c876d1c6 100644 --- a/ext/bcmath/libbcmath/src/sub.c +++ b/ext/bcmath/libbcmath/src/sub.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> diff --git a/ext/bcmath/libbcmath/src/zero.c b/ext/bcmath/libbcmath/src/zero.c index ffb5497546..6f0e93a026 100644 --- a/ext/bcmath/libbcmath/src/zero.c +++ b/ext/bcmath/libbcmath/src/zero.c @@ -31,7 +31,6 @@ #include <config.h> #include <stdio.h> -#include <assert.h> #include <stdlib.h> #include <ctype.h> #include <stdarg.h> |