mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Eliminate _PP macro
Not sure if this code ever used (probably not as it doesn't even compile now) but just in case...
This commit is contained in:
parent
c2d2d097d1
commit
acb38ac636
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ PHP_FUNCTION(readline_info)
|
|||
oldval = rl_erase_empty_line;
|
||||
if (value) {
|
||||
convert_to_long_ex(value);
|
||||
rl_erase_empty_line = Z_LVAL_PP(value);
|
||||
rl_erase_empty_line = Z_LVAL_P(value);
|
||||
}
|
||||
RETVAL_LONG(oldval);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue