1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Remove (oop goops) <objcode> export

* module/oop/goops.scm (oop): Remove objcode export.
This commit is contained in:
Andy Wingo 2013-11-19 21:32:42 +01:00
parent 74870c0d2f
commit c0a1a0b12d

View file

@ -1,6 +1,6 @@
;;; installed-scm-file ;;; 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> ;;;; Copyright (C) 1993-1998 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
;;;; ;;;;
;;;; This library is free software; you can redistribute it and/or ;;;; This library is free software; you can redistribute it and/or
@ -57,7 +57,7 @@
;; Types with their own allocated typecodes. ;; Types with their own allocated typecodes.
<boolean> <char> <list> <pair> <null> <string> <symbol> <boolean> <char> <list> <pair> <null> <string> <symbol>
<vector> <bytevector> <uvec> <foreign> <hashtable> <vector> <bytevector> <uvec> <foreign> <hashtable>
<fluid> <dynamic-state> <frame> <objcode> <vm> <vm-continuation> <fluid> <dynamic-state> <frame> <vm> <vm-continuation>
;; Numbers. ;; Numbers.
<number> <complex> <real> <integer> <fraction> <number> <complex> <real> <integer> <fraction>