From: Andy Wingo Date: Fri, 29 Apr 2011 14:34:35 +0000 (+0200) Subject: oop goops comment X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/513855178763d50efa2b95c8e851e639ce8458d2?ds=sidebyside oop goops comment * module/oop/goops.scm: Add a note about the need to deprecate min-fixnum and max-fixnum. --- 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)))