From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-oops goops.scm Date: Sat, 21 Aug 1999 13:13:00 -0000 Message-id: <19990821201259.4301.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00322.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@egcs.cygnus.com 99/08/21 13:12:59 Modified files: guile-oops : goops.scm Log message: * goops.scm (class-slot-ref, class-slot-set!): New public procedures. (make-get, make-set): Temporary hack until we get real method compilation: Mark standard accessors so that the compiler doesn't need to create the next-method. * goops.scm (goops-version): Exported. * goops.scm, dispatch.scm, compile.scm: Removed debugging code and disabled backtracing.