Can't use `po' in the runtime system -- it is strictly a part of the
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 04:25:25 +0000 (04:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 04:25:25 +0000 (04:25 +0000)
compiler.  Use `pp' instead.

v7/src/runtime/framex.scm
v8/src/runtime/framex.scm

index cea05e6eae12212c0e692ca01882ea495d8f7cfb..25607f80b6dbf192bcf4de935e365c7468c7c5fa 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/framex.scm,v 14.5 1989/03/29 02:45:33 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/framex.scm,v 14.6 1989/04/05 04:25:25 cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -66,9 +66,7 @@ MIT in each case. |#
                   (with-output-to-string
                     (lambda ()
                       (display "Unknown (methodless) ")
-                      (write frame)
-                      (if long?
-                          (po frame))))))
+                      (pp frame)))))
                undefined-environment)
        (method frame))))
 
index 12e61e4d882a4433c8ea353903a7ed5f707c641f..ae24ff68e90b9f81334f2400d0075219825814b8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/framex.scm,v 14.5 1989/03/29 02:45:33 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/framex.scm,v 14.6 1989/04/05 04:25:25 cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -66,9 +66,7 @@ MIT in each case. |#
                   (with-output-to-string
                     (lambda ()
                       (display "Unknown (methodless) ")
-                      (write frame)
-                      (if long?
-                          (po frame))))))
+                      (pp frame)))))
                undefined-environment)
        (method frame))))