summaryrefslogtreecommitdiff
path: root/libc/misc/regex/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/regex/regex.c')
-rw-r--r--libc/misc/regex/regex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/misc/regex/regex.c b/libc/misc/regex/regex.c
index bc2e502f6..fa46f635f 100644
--- a/libc/misc/regex/regex.c
+++ b/libc/misc/regex/regex.c
@@ -38,10 +38,6 @@
# define __wctype wctype
# endif
# include <ctype.h>
-# ifdef __UCLIBC_HAS_CTYPE_TABLES__
-# define __toupper toupper
-# define __tolower tolower
-# endif
#endif
/* Make sure noone compiles this code with a C++ compiler. */