From 081ac9e479d2303ea842bfaa3ee84cac931110bb Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 1 Apr 2011 14:30:55 +0000 Subject: [PATCH] Switch to dynamic scope by default. --- src/microcode/interp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/microcode/interp.c b/src/microcode/interp.c index cca842a32..4e6892c15 100644 --- a/src/microcode/interp.c +++ b/src/microcode/interp.c @@ -916,6 +916,7 @@ Interpret (int pop_return_p) SIGNAL_INTERRUPT (interrupts); } + /* Check your calendars, folks. */ perform_application: #ifdef APPLY_UCODE_HOOK APPLY_UCODE_HOOK (); -- 2.25.1