summaryrefslogtreecommitdiff
path: root/module/oop/goops.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/oop/goops.scm')
-rw-r--r--module/oop/goops.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index c883320f9..bbf7ff604 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -44,7 +44,7 @@
<foreign-slot> <protected-slot> <hidden-slot> <opaque-slot>
<read-only-slot> <protected-opaque-slot>
<protected-hidden-slot> <protected-read-only-slot>
- <scm-slot> <int-slot> <float-slot> <double-slot>
+ <scm-slot>
;; Redefinable classes.
<redefinable-class>
@@ -890,9 +890,6 @@ slots as we go."
(define-standard-class <protected-read-only-slot> (<protected-slot>
<read-only-slot>))
(define-standard-class <scm-slot> (<protected-slot>))
-(define-standard-class <int-slot> (<foreign-slot>))
-(define-standard-class <float-slot> (<foreign-slot>))
-(define-standard-class <double-slot> (<foreign-slot>))