diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-01 14:01:39 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-01 14:01:39 +0200 |
commit | df39482aeb06588dec07e3d25779547dbe9fd98b (patch) | |
tree | f4be6c8a8f640e05855050f3dac4658f8f8a27c0 /support/regex.h | |
parent | b3388ecca941bbd76ecca9413c78295c97b9013c (diff) | |
parent | 62495dfc7853ccf2a35569000223941a5fe552ba (diff) | |
download | egawk-df39482aeb06588dec07e3d25779547dbe9fd98b.tar.gz egawk-df39482aeb06588dec07e3d25779547dbe9fd98b.tar.bz2 egawk-df39482aeb06588dec07e3d25779547dbe9fd98b.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'support/regex.h')
-rw-r--r-- | support/regex.h | 4 |
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" { |