Make this static also.

This commit is contained in:
Wez Furlong 2002-11-07 14:46:40 +00:00
parent 8180b9e9c7
commit 7d4bf32ca2

View File

@ -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);