From: Wez Furlong Date: Thu, 7 Nov 2002 14:46:40 +0000 (+0000) Subject: Make this static also. X-Git-Tag: php-4.3.0RC1~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d4bf32ca2d93a53858cf1afe2c5fd448a9d2c8b;p=php Make this static also. --- diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c index 35b71224f9..e05aff372c 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -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);