mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* smob.h (scm_make_smob_type): Made the declaration match the
definition.
This commit is contained in:
parent
d6e04e7c4a
commit
df5af69a91
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue