aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-05 20:47:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-05 20:47:36 +0200
commit85f06529ce8c4f015e3521f1f32dcad65e41974c (patch)
tree6cd1998bbb2f1706b6d999c7a6a0eba472de18ff /custom.h
parentb011990439cbb5dfc01ceb23a32c2ab13ab7de61 (diff)
parentc084ecfb72609150bdfdce04831e83bb0e4e5cb6 (diff)
downloadegawk-85f06529ce8c4f015e3521f1f32dcad65e41974c.tar.gz
egawk-85f06529ce8c4f015e3521f1f32dcad65e41974c.tar.bz2
egawk-85f06529ce8c4f015e3521f1f32dcad65e41974c.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 36b4aa0b..211c8003 100644
--- a/custom.h
+++ b/custom.h
@@ -75,4 +75,5 @@
#define unsetenv zos_unsetenv
extern int setenv(const char *name, const char *value, int rewrite);
extern int unsetenv(const char *name);
+#define __attribute__(x)
#endif