summaryrefslogtreecommitdiff
path: root/sed/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sed/regexp.c')
-rw-r--r--sed/regexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sed/regexp.c b/sed/regexp.c
index 428315f..3a8091d 100644
--- a/sed/regexp.c
+++ b/sed/regexp.c
@@ -37,7 +37,6 @@ static const char errors[] =
#define NO_REGEX (errors)
#define BAD_MODIF (NO_REGEX + sizeof(N_("no previous regular expression")))
-#define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))