Eliminate `syntaxer/cond-=>-helper'. Add `char-set:not-graphic'.
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Jul 1988 22:28:53 +0000 (22:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Jul 1988 22:28:53 +0000 (22:28 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index cabd2e776a9097810f26fa0213b7bfe9d1165e23..d6ea6492ae4b015312b631f3dec854377d0ed023 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.13 1988/07/15 08:44:46 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.14 1988/07/15 22:28:53 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -191,6 +191,7 @@ MIT in each case. |#
          char-set:alphanumeric
          char-set:graphic
          char-set:lower-case
+         char-set:not-graphic
          char-set:not-whitespace
          char-set:numeric
          char-set:standard
@@ -1546,7 +1547,6 @@ MIT in each case. |#
          syntax*
          syntax-closure/expression
          syntax-closure?
-         syntaxer/cond-=>-helper
          system-global-syntax-table
          user-initial-syntax-table)
   (export (runtime defstruct)
index 2268d7c4e650051496c6aff66cd0a379a2fe806d..6915bfd22e149d6d4121a4ace8a95c719501781a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.13 1988/07/15 08:44:46 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.14 1988/07/15 22:28:53 cph Exp $
 
 Copyright (c) 1988 Massachusetts Institute of Technology
 
@@ -191,6 +191,7 @@ MIT in each case. |#
          char-set:alphanumeric
          char-set:graphic
          char-set:lower-case
+         char-set:not-graphic
          char-set:not-whitespace
          char-set:numeric
          char-set:standard
@@ -1546,7 +1547,6 @@ MIT in each case. |#
          syntax*
          syntax-closure/expression
          syntax-closure?
-         syntaxer/cond-=>-helper
          system-global-syntax-table
          user-initial-syntax-table)
   (export (runtime defstruct)