projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5989e
)
Misprint in regcomp.c [PATCH]
author
Ilya Zakharevich
<ilya@math.berkeley.edu>
Tue, 17 Feb 1998 23:54:07 +0000
(18:54 -0500)
committer
Malcolm Beattie
<mbeattie@sable.ox.ac.uk>
Fri, 20 Feb 1998 12:47:44 +0000
(12:47 +0000)
p4raw-id: //depot/perl@554
regcomp.c
patch
|
blob
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
a42c4db
..
7411b8a
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-182,6
+182,7
@@
static scan_data_t zero_scan_data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
#define SF_HAS_PAR 0x80
#define SF_IN_PAR 0x100
#define SF_HAS_EVAL 0x200
+#define SCF_DO_SUBSTR 0x400
static void
scan_commit(scan_data_t *data)
@@
-215,8
+216,6
@@
scan_commit(scan_data_t *data)
data->flags &= ~SF_BEFORE_EOL;
}
-#define SCF_DO_SUBSTR 1
-
/* Stops at toplevel WHILEM as well as at `last'. At end *scanp is set
to the position after last scanned or to NULL. */