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

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

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

revision 1.9 by mvo, Fri Nov 2 00:19:12 2001 UTC revision 1.10 by mvo, Mon Feb 11 18:06:49 2002 UTC
# Line 76  struct scm_environment_funcs { Line 76  struct scm_environment_funcs {
76    void (*unobserve) (SCM self, SCM token);    void (*unobserve) (SCM self, SCM token);
77    
78    SCM (*mark) (SCM self);    SCM (*mark) (SCM self);
79    size_t (*free) (SCM self);    void (*free) (SCM self);
80    int (*print) (SCM self, SCM port, scm_print_state *pstate);    int (*print) (SCM self, SCM port, scm_print_state *pstate);
81  };  };
82    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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