oop goops comment
authorAndy Wingo <wingo@pobox.com>
Fri, 29 Apr 2011 14:34:35 +0000 (16:34 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 29 Apr 2011 14:36:50 +0000 (16:36 +0200)
* module/oop/goops.scm: Add a note about the need to deprecate
  min-fixnum and max-fixnum.

module/oop/goops.scm

index 2801aa2..61e2cb4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; installed-scm-file
 
-;;;; Copyright (C) 1998,1999,2000,2001,2002, 2003, 2006, 2009, 2010 Free Software Foundation, Inc.
+;;;; Copyright (C) 1998,1999,2000,2001,2002, 2003, 2006, 2009, 2010, 2011 Free Software Foundation, Inc.
 ;;;; 
 ;;;; This library is free software; you can redistribute it and/or
 ;;;; modify it under the terms of the GNU Lesser General Public
@@ -97,6 +97,7 @@
             (oop goops compile))
 
 \f
+;; FIXME: deprecate.
 (eval-when (eval load compile)
   (define min-fixnum (- (expt 2 29)))
   (define max-fixnum (- (expt 2 29) 1)))