[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Missing paren in goops.scm
From: |
Dale P. Smith |
Subject: |
Missing paren in goops.scm |
Date: |
Sat, 19 May 2001 11:09:49 -0400 |
address@hidden:~/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
address@hidden
440-746-9000 x309
- Missing paren in goops.scm,
Dale P. Smith <=