diff options
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regex_internal.h b/regex_internal.h index 45a69655..448e32ea 100644 --- a/regex_internal.h +++ b/regex_internal.h @@ -155,6 +155,7 @@ is_blank (int c) # define __attribute(arg) __attribute__ (arg) #else # define __attribute(arg) +# define __attribute__(arg) /* GAWK: They left this out. Duh. */ #endif #ifdef GAWK |