projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d94da3
)
Add SYSTEM-GLOBAL-ENVIRONMENT to global constants; this will suppress
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 13 Feb 2008 23:30:18 +0000
(23:30 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 13 Feb 2008 23:30:18 +0000
(23:30 +0000)
warnings about (ACCESS <foo> SYSTEM-GLOBAL-ENVIRONMENT).
v7/src/sf/gconst.scm
patch
|
blob
|
history
diff --git
a/v7/src/sf/gconst.scm
b/v7/src/sf/gconst.scm
index d5d0d4c27074a88619bc65c2306c741715ef2a37..165536aa534f760b985c08f0e98ca43ddbdb0e7d 100644
(file)
--- a/
v7/src/sf/gconst.scm
+++ b/
v7/src/sf/gconst.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: gconst.scm,v 4.4
0 2008/02/10 06:11:59
cph Exp $
+$Id: gconst.scm,v 4.4
1 2008/02/13 23:30:18
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-37,6
+37,7
@@
USA.
CHAR:NEWLINE
FALSE
LAMBDA-TAG:UNNAMED ;needed for cold load
+ SYSTEM-GLOBAL-ENVIRONMENT ;suppresses warnings about (access ...)
THE-EMPTY-STREAM
TRUE
UNDEFINED-CONDITIONAL-BRANCH