diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-07 19:05:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-07 19:05:31 +0200 |
commit | aa44b534077dcf8cfecdafecfe38791280578429 (patch) | |
tree | 85d3884e122e32b763b155ba836de51521059846 /custom.h | |
parent | d0d7d738e79829536176cb4763ec2d0df799ddfc (diff) | |
parent | c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b (diff) | |
download | egawk-aa44b534077dcf8cfecdafecfe38791280578429.tar.gz egawk-aa44b534077dcf8cfecdafecfe38791280578429.tar.bz2 egawk-aa44b534077dcf8cfecdafecfe38791280578429.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,5 +75,4 @@ #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 |