mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
first shot remove TSRMLS_* things
This commit is contained in:
parent
bb66f385d0
commit
bdeb220f48
786 changed files with 27049 additions and 27411 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue