From: Chris Hanson <org/chris-hanson/cph>
Date: Wed, 13 Feb 2008 23:30:18 +0000 (+0000)
Subject: Add SYSTEM-GLOBAL-ENVIRONMENT to global constants; this will suppress
X-Git-Tag: 20090517-FFI~321
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=480bdda51e6ae51c9513a5cf02a69349497f03b7;p=mit-scheme.git

Add SYSTEM-GLOBAL-ENVIRONMENT to global constants; this will suppress
warnings about (ACCESS <foo> SYSTEM-GLOBAL-ENVIRONMENT).
---

diff --git a/v7/src/sf/gconst.scm b/v7/src/sf/gconst.scm
index d5d0d4c27..165536aa5 100644
--- a/v7/src/sf/gconst.scm
+++ b/v7/src/sf/gconst.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: gconst.scm,v 4.40 2008/02/10 06:11:59 cph Exp $
+$Id: gconst.scm,v 4.41 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