From 1eb849ee22ad908fad9975b4474378f96dbf9e99 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Fri, 29 Apr 2005 14:51:39 +0000 Subject: [PATCH] Oops. Fix typo and remove bare #if. --- lisp/purify.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/purify.c b/lisp/purify.c index 753b6ec04..21972cad0 100644 --- a/lisp/purify.c +++ b/lisp/purify.c @@ -10,7 +10,7 @@ and x86/GENCGC stack scavenging, by Douglas Crosher, 1996, 1997, 1998. - $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/purify.c,v 1.30 2005/04/28 20:25:48 rtoy Exp $ + $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/purify.c,v 1.31 2005/04/29 14:51:39 rtoy Exp $ */ #include <stdio.h> @@ -1489,7 +1489,6 @@ int purify(lispobj static_roots, lispobj read_only_roots) gc_alloc_update_page_tables(1,&unboxed_region); #endif -#if if (fixnum_value(SymbolValue(FREE_INTERRUPT_CONTEXT_INDEX)) != 0) { printf(" Ack! Can't purify interrupt contexts. "); fflush(stdout); -- GitLab