diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-05 20:47:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-05 20:47:36 +0200 |
commit | 85f06529ce8c4f015e3521f1f32dcad65e41974c (patch) | |
tree | 6cd1998bbb2f1706b6d999c7a6a0eba472de18ff /custom.h | |
parent | b011990439cbb5dfc01ceb23a32c2ab13ab7de61 (diff) | |
parent | c084ecfb72609150bdfdce04831e83bb0e4e5cb6 (diff) | |
download | egawk-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |