From 480bdda51e6ae51c9513a5cf02a69349497f03b7 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 13 Feb 2008 23:30:18 +0000 Subject: [PATCH] Add SYSTEM-GLOBAL-ENVIRONMENT to global constants; this will suppress warnings about (ACCESS SYSTEM-GLOBAL-ENVIRONMENT). --- v7/src/sf/gconst.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1