/[guile]/guile/guile-core/libguile/smob.h
ViewVC logotype

Diff of /guile/guile-core/libguile/smob.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by mvo, Tue Oct 7 15:58:19 2003 UTC revision 1.50 by dirk, Tue Oct 7 22:03:26 2003 UTC
# Line 114  SCM_API int scm_smob_print (SCM exp, SCM Line 114  SCM_API int scm_smob_print (SCM exp, SCM
114   * values using `scm_set_smob_xxx'.   * values using `scm_set_smob_xxx'.
115   */   */
116    
117  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);
118    
119  SCM_API void scm_set_smob_mark (scm_t_bits tc, SCM (*mark) (SCM));  SCM_API void scm_set_smob_mark (scm_t_bits tc, SCM (*mark) (SCM));
120  SCM_API void scm_set_smob_free (scm_t_bits tc, size_t (*free) (SCM));  SCM_API void scm_set_smob_free (scm_t_bits tc, size_t (*free) (SCM));

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26