From bdeb220f48825642f84cdbf3ff23a30613c92e86 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 13 Dec 2014 23:06:14 +0100 Subject: first shot remove TSRMLS_* things --- ext/bcmath/libbcmath/src/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/bcmath/libbcmath/src/debug.c') 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'); } -- cgit v1.2.1