From c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 7 Dec 2013 19:05:03 +0200 Subject: Further compilation fixes, VMS and Z/OS. --- regex_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regex_internal.h') 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 -- cgit v1.2.3