dsmith@sparky:~/src/guile/guile-core/oop$ cvs diff -u goops.scm
Index: goops.scm
===================================================================
RCS file: /cvs/guile/guile-core/oop/goops.scm,v
retrieving revision 1.10
diff -u -r1.10 goops.scm
--- goops.scm   2001/05/19 00:19:25     1.10
+++ goops.scm   2001/05/19 15:08:56
@@ -35,7 +35,7 @@
 ;; Then load the rest of GOOPS
 (use-modules (oop goops util)
             (oop goops dispatch)
-            (oop goops compile)
+            (oop goops compile))

 (export                          ; Define the exported symbols of this
file
     goops-version is-a?

-Dale
-- 
Dale P. Smith
Treasurer, Cleveland Linux Users Group http://cleveland.lug.net
Senior Systems Consultant, Altus Technologies Corporation
[EMAIL PROTECTED]
440-746-9000 x309

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to