aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index 8dafb118058..f7ca51184b3 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -513,8 +513,6 @@ init_syntax_once (void)
513 513
514#define BYTEWIDTH 8 /* In bits. */ 514#define BYTEWIDTH 8 /* In bits. */
515 515
516#define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
517
518#ifndef emacs 516#ifndef emacs
519# undef max 517# undef max
520# undef min 518# undef min