diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1989-11-10 16:20:57 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1989-11-10 16:20:57 +0000 |
commit | ae98613044a1084886d80b8283b25bad38cfd171 (patch) | |
tree | 7dfe17f2ae5835a17db41a0bb4d7ef903d6ff3d9 /regcomp.c | |
parent | bf38876a182e0df9dd73362f56cf0ab8b43aa789 (diff) | |
download | perl-ae98613044a1084886d80b8283b25bad38cfd171.tar.gz |
perl 3.0 patch #4 Patch #2 continued
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -7,9 +7,12 @@ * blame Henry for some of the lack of readability. */ -/* $Header: regcomp.c,v 3.0 89/10/18 15:22:29 lwall Locked $ +/* $Header: regcomp.c,v 3.0.1.1 89/11/11 04:51:04 lwall Locked $ * * $Log: regcomp.c,v $ + * Revision 3.0.1.1 89/11/11 04:51:04 lwall + * patch2: /[\000]/ didn't work + * * Revision 3.0 89/10/18 15:22:29 lwall * 3.0 baseline * @@ -874,7 +877,6 @@ regclass() } if (*regparse != ']') FAIL("unmatched [] in regexp"); - regset(bits,0,0); /* always bomb out on null */ regparse++; return ret; } |