/[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.39 by xxhanwen, Sat Jul 20 14:08:34 2002 UTC revision 1.40 by mdj, Wed Mar 19 08:57:47 2003 UTC
# Line 3  Line 3 
3  #ifndef SCM_OBJECTS_H  #ifndef SCM_OBJECTS_H
4  #define SCM_OBJECTS_H  #define SCM_OBJECTS_H
5    
6  /* Copyright (C) 1996,1999,2000,2001 Free Software Foundation, Inc.  /* Copyright (C) 1996,1999,2000,2001, 2003 Free Software Foundation, Inc.
7   *   *
8   * This program is free software; you can redistribute it and/or modify   * This program is free software; you can redistribute it and/or modify
9   * it under the terms of the GNU General Public License as published by   * it under the terms of the GNU General Public License as published by
# Line 221  SCM_API SCM *scm_smob_class; Line 221  SCM_API SCM *scm_smob_class;
221  SCM_API SCM scm_no_applicable_method;  SCM_API SCM scm_no_applicable_method;
222    
223  /* Goops functions. */  /* Goops functions. */
224  SCM_API SCM scm_make_extended_class (char *type_name);  SCM_API SCM scm_make_extended_class (char *type_name, int applicablep);
225    SCM_API void scm_i_inherit_applicable (SCM c);
226  SCM_API void scm_make_port_classes (long ptobnum, char *type_name);  SCM_API void scm_make_port_classes (long ptobnum, char *type_name);
227  SCM_API void scm_change_object_class (SCM, SCM, SCM);  SCM_API void scm_change_object_class (SCM, SCM, SCM);
228  SCM_API SCM scm_memoize_method (SCM x, SCM args);  SCM_API SCM scm_memoize_method (SCM x, SCM args);

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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