*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
index b6b0199..549401a 100644 (file)
@@ -1,6 +1,10 @@
 2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
 
-       * unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
+       Throughout: replace "scm_*_t" with "scm_t_*".
+       
+2001-06-14  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign
        extension takes place.
        * strings.h (SCM_STRING_LENGTH): Likewise.
        (SCM_STRING_MAX_LENGTH): Use unsigned numbers.