From 6011c98e038af75c476a7ab23def2eed419b43be Mon Sep 17 00:00:00 2001 From: shivers Date: Mon, 10 Nov 1997 02:48:20 +0000 Subject: [PATCH] Awk now precompiles regexps, so bogus comment deleted. --- scsh/awk.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scsh/awk.scm b/scsh/awk.scm index 4fdc230..e512b55 100644 --- a/scsh/awk.scm +++ b/scsh/awk.scm @@ -6,10 +6,6 @@ ;;; to be broken, so we hack it w/cars and cdrs. ;;; - Requires STRING-MATCH from SCSH package. -;;; This should be hacked to convert regexp strings into regexp structures -;;; at the top of the form, and then just refer to the structs in the -;;; tests. - ;;; Examples: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;