Fix fencepost error in `re-compile-char-set'.
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Mar 1991 23:28:50 +0000 (23:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Mar 1991 23:28:50 +0000 (23:28 +0000)
v7/src/runtime/rgxcmp.scm

index 518ca5ea914f74e8a4669fd642024c2c8ef8dd10..0b636a680e5c62807bbb8ec509e89cbf13ac3550 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/rgxcmp.scm,v 1.104 1991/02/15 18:14:08 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/rgxcmp.scm,v 1.105 1991/03/15 23:28:50 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology
 ;;;
                            (begin
                              (let ((end (char->ascii (caddr pattern))))
                                (let loop ((index (char->ascii (car pattern))))
-                                 (if (fix:< index end)
+                                 (if (fix:<= index end)
                                      (begin
                                        (vector-8b-set! char-set
                                                        index