aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-13 01:47:22 +0000
committerJim Blandy1993-05-13 01:47:22 +0000
commit8b4cc189e3b36911197d3dcfaa5ec5d727f2fe03 (patch)
tree17f3828f5f77ce6f4dd3b59f847003d262b9e140 /src
parentcd9565badbbfdbdb91f98ab015048ea3c80987fb (diff)
downloademacs-8b4cc189e3b36911197d3dcfaa5ec5d727f2fe03.tar.gz
emacs-8b4cc189e3b36911197d3dcfaa5ec5d727f2fe03.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index 5bd4cf654d7..e8b588207da 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -4784,6 +4784,7 @@ regcomp (preg, pattern, cflags)
4784 /* regex_compile will allocate the space for the compiled pattern. */ 4784 /* regex_compile will allocate the space for the compiled pattern. */
4785 preg->buffer = 0; 4785 preg->buffer = 0;
4786 preg->allocated = 0; 4786 preg->allocated = 0;
4787 preg->used = 0;
4787 4788
4788 /* Don't bother to use a fastmap when searching. This simplifies the 4789 /* Don't bother to use a fastmap when searching. This simplifies the
4789 REG_NEWLINE case: if we used a fastmap, we'd have to put all the 4790 REG_NEWLINE case: if we used a fastmap, we'd have to put all the