summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:51:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-17 00:51:49 +0000
commit79eeca274c358bbc6dfc41f18a8cb0c37b1b4384 (patch)
tree16580ff45f2ee1a97a3d06da637c452eca77f3fe /regcomp.c
parentec00bdd859a5ba69406f936bdf567b5b883c98d8 (diff)
downloadperl-79eeca274c358bbc6dfc41f18a8cb0c37b1b4384.tar.gz
Tweak the regex compilation errors once more.
p4raw-id: //depot/perl@6663
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/regcomp.c b/regcomp.c
index 0217657ae3..f0b7c5cd18 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -210,10 +210,10 @@ static scan_data_t zero_scan_data = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
* of t/op/regmesg.t, the tests in t/op/re_tests, and those in
* op/pragma/warn/regcomp.
*/
-#define MARKER1 "=HERE=" /* marker as it appears in the description */
-#define MARKER2 " ===HERE=== " /* marker as it appears within the regex */
+#define MARKER1 "HERE" /* marker as it appears in the description */
+#define MARKER2 " << HERE " /* marker as it appears within the regex */
-#define REPORT_LOCATION " at " MARKER1 " mark in regex m/%.*s" MARKER2 "%s/"
+#define REPORT_LOCATION " before " MARKER1 " mark in regex m/%.*s" MARKER2 "%s/"
/*
* Calls SAVEDESTRUCTOR_X if needed, then calls Perl_croak with the given