Parameterize `pp' to print uninterned symbols by name.
authorChris Hanson <org/chris-hanson/cph>
Mon, 15 Aug 1988 22:00:48 +0000 (22:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 15 Aug 1988 22:00:48 +0000 (22:00 +0000)
Define `primitive-procedure-documentation'.

v7/src/runtime/version.scm

index 3cf03770a9b337954630b4d5a041b16d1a652cb4..733f755ad993c0fd60f863c441a7ce078474ab42 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.18 1988/08/11 03:15:17 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.19 1988/08/15 22:00:48 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -45,7 +45,7 @@ MIT in each case. |#
                     '()))
   (add-system! microcode-system)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-identification! "Runtime" 14 18))
+  (add-identification! "Runtime" 14 19))
 
 (define microcode-system)