From fea54dff2387528942654cef4774da8d2f60d895 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 4 Oct 2001 16:27:39 +0000 Subject: [PATCH] Move MATCH-UTF8-CHAR-IN-ALPHABET into parser-buffer abstraction. --- v7/src/star-parser/parser.pkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/star-parser/parser.pkg b/v7/src/star-parser/parser.pkg index ea0b0e523..d5ad7b780 100644 --- a/v7/src/star-parser/parser.pkg +++ b/v7/src/star-parser/parser.pkg @@ -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? -- 2.25.1