aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-07-26 21:41:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-07-26 21:41:49 +0300
commitb98257919b20bdfc14f363761cc6215c1ad8bcee (patch)
tree0709d74988db880ef510289bf6fb576c0f221300 /awk.h
parent1bc2871bbe4ae6b99fd1862a412440672846bc05 (diff)
downloadegawk-b98257919b20bdfc14f363761cc6215c1ad8bcee.tar.gz
egawk-b98257919b20bdfc14f363761cc6215c1ad8bcee.tar.bz2
egawk-b98257919b20bdfc14f363761cc6215c1ad8bcee.zip
Switch to GNULIB regex.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index a6d8193d..8c1088e3 100644
--- a/awk.h
+++ b/awk.h
@@ -43,10 +43,6 @@
#include <config.h>
#endif
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1 /* enable GNU extensions */
-#endif /* _GNU_SOURCE */
-
#if defined(tandem_for_real) && ! defined(_SCO_DS)
#define _XOPEN_SOURCE_EXTENDED 1
#endif