diff regex.c @ 84:fe2e35bd0625

*** empty log message ***
author Jim Blandy <jimb@red-bean.com>
date Thu, 13 May 1993 01:47:22 +0000 (1993-05-13)
parents a2b5af765702
children ab8d9f06c885
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -4784,6 +4784,7 @@
   /* regex_compile will allocate the space for the compiled pattern.  */
   preg->buffer = 0;
   preg->allocated = 0;
+  preg->used = 0;
   
   /* Don't bother to use a fastmap when searching.  This simplifies the
      REG_NEWLINE case: if we used a fastmap, we'd have to put all the