summaryrefslogtreecommitdiff
path: root/module/oop
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-04-29 16:34:35 +0200
committerAndy Wingo <wingo@pobox.com>2011-04-29 16:36:50 +0200
commit513855178763d50efa2b95c8e851e639ce8458d2 (patch)
tree409ec84542e82984488472e7f8e33962d684becd /module/oop
parentb735d33b2b636f457c8ca0740c99169e20b377b3 (diff)
downloadguile-513855178763d50efa2b95c8e851e639ce8458d2.tar.gz
oop goops comment
* module/oop/goops.scm: Add a note about the need to deprecate min-fixnum and max-fixnum.
Diffstat (limited to 'module/oop')
-rw-r--r--module/oop/goops.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/oop/goops.scm b/module/oop/goops.scm
index 2801aa25b..61e2cb481 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 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))
+;; FIXME: deprecate.
(eval-when (eval load compile)
(define min-fixnum (- (expt 2 29)))
(define max-fixnum (- (expt 2 29) 1)))