wez             Thu Nov  7 09:42:20 2002 EDT

  Modified files:              
    /php4/ext/calendar  calendar.c 
  Log:
  Make this static
  
  
Index: php4/ext/calendar/calendar.c
diff -u php4/ext/calendar/calendar.c:1.27 php4/ext/calendar/calendar.c:1.28
--- php4/ext/calendar/calendar.c:1.27   Thu Oct 31 04:16:23 2002
+++ php4/ext/calendar/calendar.c        Thu Nov  7 09:42:20 2002
@@ -18,7 +18,7 @@
    |          Wez Furlong               <[EMAIL PROTECTED]>            |
    +----------------------------------------------------------------------+
  */
-/* $Id: calendar.c,v 1.27 2002/10/31 09:16:23 derick Exp $ */
+/* $Id: calendar.c,v 1.28 2002/11/07 14:42:20 wez Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -112,7 +112,7 @@
        CAL_MONTH_FRENCH };
 
 /* for heb_number_to_chars */
-char alef_bet[25] = "0אבגדהוזחטיכלמנסעפצקרשת";
+static char alef_bet[25] = "0אבגדהוזחטיכלמנסעפצקרשת";
        
 PHP_MINIT_FUNCTION(calendar)
 {



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

Reply via email to