aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-12-01 13:57:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-12-01 13:57:25 +0200
commit7d1b03492eef615e2fbb1f78ce0cf751a364a1dd (patch)
treec49885edd2497b3ed6bfdaa3f8a29a371b582aeb /support/regex.h
parenta42eaf5184b2d5e0628bb6afac61745bde138ee4 (diff)
parentfb44529bfa05b9c05cc2edd49566db1b3a37ca54 (diff)
downloadegawk-7d1b03492eef615e2fbb1f78ce0cf751a364a1dd.tar.gz
egawk-7d1b03492eef615e2fbb1f78ce0cf751a364a1dd.tar.bz2
egawk-7d1b03492eef615e2fbb1f78ce0cf751a364a1dd.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'support/regex.h')
-rw-r--r--support/regex.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/regex.h b/support/regex.h
index adddd9ee..1bbbb26c 100644
--- a/support/regex.h
+++ b/support/regex.h
@@ -28,10 +28,6 @@
#include <sys/types.h>
#endif
-#ifndef _LIBC
-#define __USE_GNU 1
-#endif
-
/* Allow the use in C++ code. */
#ifdef __cplusplus
extern "C" {