wez             Thu Nov  7 09:46:40 2002 EDT

  Modified files:              
    /php4/ext/calendar  calendar.c 
  Log:
  Make this static also.
  
  
Index: php4/ext/calendar/calendar.c
diff -u php4/ext/calendar/calendar.c:1.28 php4/ext/calendar/calendar.c:1.29
--- php4/ext/calendar/calendar.c:1.28   Thu Nov  7 09:42:20 2002
+++ php4/ext/calendar/calendar.c        Thu Nov  7 09:46:40 2002
@@ -18,7 +18,7 @@
    |          Wez Furlong               <[EMAIL PROTECTED]>            |
    +----------------------------------------------------------------------+
  */
-/* $Id: calendar.c,v 1.28 2002/11/07 14:42:20 wez Exp $ */
+/* $Id: calendar.c,v 1.29 2002/11/07 14:46:40 wez Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -381,7 +381,7 @@
        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);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to