1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Merge remote-tracking branch 'origin/lexical-literals'

Conflicts:
	module/ice-9/psyntax-pp.scm
This commit is contained in:
Andy Wingo 2011-06-30 13:48:43 +02:00
commit 26c81c7f40
3 changed files with 5568 additions and 7268 deletions

View file

@ -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)))