diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-20 22:10:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-20 22:10:38 +0200 |
commit | 30d665adea53e84ee232e04450c91e59a0b3d90c (patch) | |
tree | 47e1a22f7d2a90a604ce0c9a7640afe88369fe2d /regex_internal.h | |
parent | 07795bbecb05b4d2d52bd8808c713b0c5ece7b3b (diff) | |
download | egawk-30d665adea53e84ee232e04450c91e59a0b3d90c.tar.gz egawk-30d665adea53e84ee232e04450c91e59a0b3d90c.tar.bz2 egawk-30d665adea53e84ee232e04450c91e59a0b3d90c.zip |
Minor regex code cleanup.
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regex_internal.h b/regex_internal.h index 6cc84a79..ff26be7b 100644 --- a/regex_internal.h +++ b/regex_internal.h @@ -143,7 +143,6 @@ is_blank (int c) # define __mempcpy mempcpy # define __wcrtomb wcrtomb # define __regfree regfree -# define attribute_hidden #endif /* not _LIBC */ #if __GNUC__ < 3 + (__GNUC_MINOR__ < 1) |