(scm_c_init_srfi_14): Added "int" to declaration of
authorMarius Vollmer <mvo@zagadka.de>
Sun, 20 May 2001 00:33:12 +0000 (00:33 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 20 May 2001 00:33:12 +0000 (00:33 +0000)
`initialized'.

srfi/srfi-14.c

index 24388fc..ceb10f2 100644 (file)
@@ -1350,7 +1350,7 @@ SCM_DEFINE (scm_char_set_diff_plus_intersection_x, "char-set-diff+intersection!"
 void
 scm_c_init_srfi_14 (void)
 {
-  static initialized = 0;
+  static int initialized = 0;
 
   if (!initialized)
     {