Switch to dynamic scope by default.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 1 Apr 2011 14:30:55 +0000 (14:30 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 1 Apr 2011 14:30:55 +0000 (14:30 +0000)
src/microcode/interp.c

index cca842a327ca43f100da227f3ff26b789714963f..4e6892c153088320e0afba8c7c7b91d237cfc0e2 100644 (file)
@@ -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 ();