From 7d4bf32ca2d93a53858cf1afe2c5fd448a9d2c8b Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 7 Nov 2002 14:46:40 +0000 Subject: [PATCH] Make this static also. --- ext/calendar/calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1