changeset 2758:ce6924085fc7

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 13 May 1993 01:47:22 +0000
parents a3ee51f30431
children 1c7b7ed1a12a
files src/regex.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/regex.c	Thu May 13 00:21:47 1993 +0000
+++ b/src/regex.c	Thu May 13 01:47:22 1993 +0000
@@ -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