aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-05 20:47:08 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-05 20:47:08 +0200
commitc084ecfb72609150bdfdce04831e83bb0e4e5cb6 (patch)
treeeaa0bdead01ef5eff8f815288cdc1c1583d0dbac /custom.h
parent7bc4e38b948e20f3d72e06662691a527a50eecbf (diff)
downloadegawk-c084ecfb72609150bdfdce04831e83bb0e4e5cb6.tar.gz
egawk-c084ecfb72609150bdfdce04831e83bb0e4e5cb6.tar.bz2
egawk-c084ecfb72609150bdfdce04831e83bb0e4e5cb6.zip
Fixes for Z/OS.
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