Add stepper to runtime system as load option.
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Oct 1994 23:50:22 +0000 (23:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Oct 1994 23:50:22 +0000 (23:50 +0000)
v7/src/runtime/ed-ffi.scm

index 6d1c54445c245aca7722b5f91f58d94ca9695c98..be6cb807834168d3c62b7ecc93a3be98ddf4c5a1 100644 (file)
@@ -1,8 +1,8 @@
 #| -*- Scheme -*-
 
-$Id: ed-ffi.scm,v 1.7 1993/08/30 23:01:05 ziggy Exp $
+$Id: ed-ffi.scm,v 1.8 1994/10/11 23:50:22 cph Exp $
 
-Copyright (c) 1988-1993 Massachusetts Institute of Technology
+Copyright (c) 1988-94 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -112,7 +112,6 @@ MIT in each case. |#
                syntax-table/system-internal)
     ("hashtb"  (runtime hash-table)
                syntax-table/system-internal)
-\f
     ("histry"  (runtime history)
                syntax-table/system-internal)
     ("infstr"  (runtime compiler-info)
@@ -193,7 +192,6 @@ MIT in each case. |#
                syntax-table/system-internal)
     ("scode"   (runtime scode)
                syntax-table/system-internal)
-\f
     ("scomb"   (runtime scode-combinator)
                syntax-table/system-internal)
     ("sdata"   (runtime scode-data)
@@ -267,6 +265,6 @@ MIT in each case. |#
     ("x11graph"        (runtime X-graphics)
                syntax-table/system-internal)
     ("xeval"   (runtime extended-scode-eval)
-               syntax-table/system-internal)))
-
-;;; fini
+               syntax-table/system-internal)
+    ("xeval"   (runtime stepper)
+               syntax-table/system-internal)))
\ No newline at end of file