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:
commit
26c81c7f40
3 changed files with 5568 additions and 7268 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue