fix bug in compilation of `and' and `or'; more robust underflow detection.
[bpt/guile.git] / module / system / repl / repl.scm
index 75a500a..01f6ed4 100644 (file)
@@ -29,7 +29,7 @@
   :use-module (system vm vm)
   :use-module (system vm debug)
   :use-module (ice-9 rdelim)
-  :export (start-repl))
+  :export (start-repl call-with-backtrace))
 
 (define meta-command-token (cons 'meta 'command))