summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/debug.c')
-rw-r--r--ext/bcmath/libbcmath/src/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/libbcmath/src/debug.c b/ext/bcmath/libbcmath/src/debug.c
index 52e4e044d5..0e3b64ac01 100644
--- a/ext/bcmath/libbcmath/src/debug.c
+++ b/ext/bcmath/libbcmath/src/debug.c
@@ -48,9 +48,9 @@ out_char (int c)
void
-pn (bc_num num TSRMLS_DC)
+pn (bc_num num)
{
- bc_out_num (num, 10, out_char, 0 TSRMLS_CC);
+ bc_out_num (num, 10, out_char, 0);
out_char ('\n');
}