Move MATCH-UTF8-CHAR-IN-ALPHABET into parser-buffer abstraction.
authorChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 2001 16:27:39 +0000 (16:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 4 Oct 2001 16:27:39 +0000 (16:27 +0000)
v7/src/star-parser/parser.pkg

index ea0b0e52382f372fdd6065c810ec53c12711ef48..d5ad7b780e4af86e58975f1a836c0c28c399f635 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: parser.pkg,v 1.11 2001/10/04 15:54:20 cph Exp $
+;;; $Id: parser.pkg,v 1.12 2001/10/04 16:27:39 cph Exp $
 ;;;
 ;;; Copyright (c) 2001 Massachusetts Institute of Technology
 ;;;
@@ -93,7 +93,6 @@
          code-point->utf8-string
          code-point-in-alphabet?
          code-points->alphabet
-         match-utf8-char-in-alphabet
          read-utf8-code-point-from-source
          string->alphabet
          unicode-code-point?