projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666424d
)
Switch to dynamic scope by default.
author
Taylor R Campbell
<campbell@mumble.net>
Fri, 1 Apr 2011 14:30:55 +0000
(14:30 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Fri, 1 Apr 2011 14:30:55 +0000
(14:30 +0000)
src/microcode/interp.c
patch
|
blob
|
history
diff --git
a/src/microcode/interp.c
b/src/microcode/interp.c
index cca842a327ca43f100da227f3ff26b789714963f..4e6892c153088320e0afba8c7c7b91d237cfc0e2 100644
(file)
--- 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 ();