summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-11-19 21:32:42 +0100
committerAndy Wingo <wingo@pobox.com>2013-11-19 21:32:42 +0100
commitc0a1a0b12d2e63c62ecdb82c570b5bb7faf637e1 (patch)
tree52d6605b6f0424c283a441501803cb4c8860887c
parent74870c0d2f2cfb2a15ab732c0cc0378bbf268682 (diff)
downloadguile-c0a1a0b12d2e63c62ecdb82c570b5bb7faf637e1.tar.gz
Remove (oop goops) <objcode> export
* module/oop/goops.scm (oop): Remove objcode export.
-rw-r--r--module/oop/goops.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index 2e875fa4b..eb2b67cf0 100644
--- a/module/oop/goops.scm
+++ b/module/oop/goops.scm
@@ -1,6 +1,6 @@
;;; installed-scm-file
-;;;; Copyright (C) 1998,1999,2000,2001,2002, 2003, 2006, 2009, 2010, 2011 Free Software Foundation, Inc.
+;;;; Copyright (C) 1998,1999,2000,2001,2002, 2003, 2006, 2009, 2010, 2011, 2013 Free Software Foundation, Inc.
;;;; Copyright (C) 1993-1998 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
;;;;
;;;; This library is free software; you can redistribute it and/or
@@ -57,7 +57,7 @@
;; Types with their own allocated typecodes.
<boolean> <char> <list> <pair> <null> <string> <symbol>
<vector> <bytevector> <uvec> <foreign> <hashtable>
- <fluid> <dynamic-state> <frame> <objcode> <vm> <vm-continuation>
+ <fluid> <dynamic-state> <frame> <vm> <vm-continuation>
;; Numbers.
<number> <complex> <real> <integer> <fraction>