From dcfbddf9e66ccb762fa65aaf4ad18b73104c1a89 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 4 Mar 1997 06:49:05 +0000 Subject: [PATCH] Create new data type for a compiled regular expression; this type contains the case-fold information used to compile the regexp. Modify the low-level regular-expression procedures to accept this new type and to no longer have an argument for case-fold. Modify the high-level regular-expression procedures to accept a compiled regular expression in place of a regular-expression string; in this case the optional case-fold argument is ignored. Edit all references to the low-level procedures to conform to this new design. --- v7/src/edwin/edwin.pkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 3fac5053d..6b691ad53 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.206 1997/03/04 06:43:07 cph Exp $ +$Id: edwin.pkg,v 1.207 1997/03/04 06:49:05 cph Exp $ Copyright (c) 1989-97 Massachusetts Institute of Technology @@ -574,7 +574,6 @@ MIT in each case. |# (export (edwin) compiled-regexp? compiled-regexp/byte-stream - compiled-regexp/case-fold? compiled-regexp/translation-table condition-type:re-compile-pattern re-compile-char -- 2.25.1