]> granicus.if.org Git - php/commitdiff
Make this static also.
authorWez Furlong <wez@php.net>
Thu, 7 Nov 2002 14:46:40 +0000 (14:46 +0000)
committerWez Furlong <wez@php.net>
Thu, 7 Nov 2002 14:46:40 +0000 (14:46 +0000)
ext/calendar/calendar.c

index 35b71224f96c406997dc5af31c96183e8484bae9..e05aff372cb19c7a43c55fb4d73eeca021ea01eb 100644 (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);