about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--mu.arc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index f6adb5e0..d5b98b97 100644
--- a/mu.arc
+++ b/mu.arc
@@ -3151,7 +3151,9 @@
 
 (when (no cdr.argv)
   (add-code:readfile "trace.mu")
+  (wipe function*!main)
   (add-code:readfile "chessboard.mu")
+  (wipe function*!main)
   (freeze function*)
   (load-system-functions)
   (wipe interactive-commands*)