first shot remove TSRMLS_* things

This commit is contained in:
Anatol Belski 2014-12-13 23:06:14 +01:00
parent bb66f385d0
commit bdeb220f48
786 changed files with 27049 additions and 27411 deletions

View file

@ -41,7 +41,7 @@
/* In some places we need to check if the number NUM is zero. */
char
bc_is_zero (bc_num num TSRMLS_DC)
bc_is_zero (bc_num num)
{
int count;
char *nptr;