mirror of
https://github.com/php/php-src.git
synced 2025-01-27 14:13:41 +08:00
Make this static also.
This commit is contained in:
parent
8180b9e9c7
commit
7d4bf32ca2
@ -381,7 +381,7 @@ PHP_FUNCTION(jdtogregorian)
|
||||
for example both: year '5' and year '5000' product 'ä'.
|
||||
use the numeric one for calculations.
|
||||
*/
|
||||
char* heb_number_to_chars(int n) {
|
||||
static char* heb_number_to_chars(int n) {
|
||||
char *p, *old, *ret;
|
||||
|
||||
p = emalloc(10);
|
||||
|
Loading…
Reference in New Issue
Block a user