aboutsummaryrefslogtreecommitdiffstats
path: root/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-07 19:05:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-07 19:05:03 +0200
commitc0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b (patch)
treee43c63c1c46ab05b9fd3987fd23222251c47cb09 /regex_internal.h
parent70c5bdd817c0dc7cbdd95f9e2c04639ffecb1e61 (diff)
downloadegawk-c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b.tar.gz
egawk-c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b.tar.bz2
egawk-c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b.zip
Further compilation fixes, VMS and Z/OS.
Diffstat (limited to 'regex_internal.h')
-rw-r--r--regex_internal.h1
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