Skip to content
Snippets Groups Projects
Commit 683a2018 authored by wlott's avatar wlott
Browse files

Gee, who would have though that pre-processor directives are case

sensitive?
parent 943b7c7c
No related branches found
No related tags found
No related merge requests found
/* $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. */ /* Interrupt handing magic. */
...@@ -544,7 +544,7 @@ int signal, code; ...@@ -544,7 +544,7 @@ int signal, code;
struct sigcontext *context; struct sigcontext *context;
{ {
if (!foreign_function_call_active && gc_trigger_hit(context)) { if (!foreign_function_call_active && gc_trigger_hit(context)) {
#ifdef MIPS #ifdef mips
set_global_pointer(saved_global_pointer); set_global_pointer(saved_global_pointer);
#endif #endif
clear_auto_gc_trigger(); clear_auto_gc_trigger();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment