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

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

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

revision 1.37 by mvo, Fri Nov 2 00:19:11 2001 UTC revision 1.38 by dirk, Sat Mar 9 20:15:16 2002 UTC
# Line 190  typedef struct scm_effective_slot_defini Line 190  typedef struct scm_effective_slot_defini
190  #define SCM_ESLOTDEF(x) ((scm_effective_slot_definition *) SCM_CDR (x))  #define SCM_ESLOTDEF(x) ((scm_effective_slot_definition *) SCM_CDR (x))
191    
192  #define SCM_CMETHOD_CODE(cmethod) SCM_CDR (cmethod)  #define SCM_CMETHOD_CODE(cmethod) SCM_CDR (cmethod)
193    #define SCM_CMETHOD_FORMALS(cmethod) SCM_CAR (SCM_CMETHOD_CODE (cmethod))
194    #define SCM_CMETHOD_BODY(cmethod) SCM_CDR (SCM_CMETHOD_CODE (cmethod))
195  #define SCM_CMETHOD_ENV(cmethod)  SCM_CAR (cmethod)  #define SCM_CMETHOD_ENV(cmethod)  SCM_CAR (cmethod)
196    
197  /* Port classes */  /* Port classes */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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