From 683a2018fbd413074cebc710d2c51f7c7ee118f8 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 8 Jan 1991 01:21:21 +0000 Subject: [PATCH] Gee, who would have though that pre-processor directives are case sensitive? --- ldb/interrupt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldb/interrupt.c b/ldb/interrupt.c index d02f6904a..1b5009979 100644 --- a/ldb/interrupt.c +++ b/ldb/interrupt.c @@ -1,4 +1,4 @@ -/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/interrupt.c,v 1.20 1990/12/18 23:25:00 wlott Exp $ */ +/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/interrupt.c,v 1.21 1991/01/08 01:21:21 wlott Exp $ */ /* Interrupt handing magic. */ @@ -544,7 +544,7 @@ int signal, code; struct sigcontext *context; { if (!foreign_function_call_active && gc_trigger_hit(context)) { -#ifdef MIPS +#ifdef mips set_global_pointer(saved_global_pointer); #endif clear_auto_gc_trigger(); -- GitLab