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: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;