Add SYSTEM-GLOBAL-ENVIRONMENT to global constants; this will suppress
authorChris Hanson <org/chris-hanson/cph>
Wed, 13 Feb 2008 23:30:18 +0000 (23:30 +0000)
committerChris 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

index d5d0d4c27074a88619bc65c2306c741715ef2a37..165536aa534f760b985c08f0e98ca43ddbdb0e7d 100644 (file)
@@ -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