* smob.h (scm_make_smob_type): Made the declaration match the
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Tue, 7 Oct 2003 22:03:26 +0000 (22:03 +0000)
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>
Tue, 7 Oct 2003 22:03:26 +0000 (22:03 +0000)
definition.

libguile/ChangeLog
libguile/smob.h

index a8dd7ee..3812452 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-08  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * smob.h (scm_make_smob_type): Made the declaration match the
+       definition.
+
 2003-10-07  Marius Vollmer  <mvo@zagadka.de>
 
        * goops.c, objects.h, smob.c, smob.h: Make type names char
index 3ca8de8..97af67a 100644 (file)
@@ -114,7 +114,7 @@ SCM_API int scm_smob_print (SCM exp, SCM port, scm_print_state *pstate);
  * values using `scm_set_smob_xxx'.
  */
 
-SCM_API scm_t_bits scm_make_smob_type (char *name, size_t size);
+SCM_API scm_t_bits scm_make_smob_type (char const *name, size_t size);
 
 SCM_API void scm_set_smob_mark (scm_t_bits tc, SCM (*mark) (SCM));
 SCM_API void scm_set_smob_free (scm_t_bits tc, size_t (*free) (SCM));