diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-19 23:11:03 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-19 23:11:03 +0200 |
commit | 1f502d9a39c5b3b3df1b943fcae79b162a7ea74d (patch) | |
tree | 0e38d248e036ff3ec569a4ed6c50169a04f2e9a0 /awk.h | |
parent | 4ea6e0780fbbd34d2f0d8e6b43c15c14d28b5d55 (diff) | |
parent | 477cb50c4c5b9e13e745a8e1413d532e27383d66 (diff) | |
download | egawk-1f502d9a39c5b3b3df1b943fcae79b162a7ea74d.tar.gz egawk-1f502d9a39c5b3b3df1b943fcae79b162a7ea74d.tar.bz2 egawk-1f502d9a39c5b3b3df1b943fcae79b162a7ea74d.zip |
Merge branch 'gawk-4.1-stable' into new-vms
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -180,10 +180,6 @@ typedef int off_t; #define O_BINARY 0 #endif -#ifndef HAVE_VPRINTF -#error "you lose: you need a system with vfprintf" -#endif /* HAVE_VPRINTF */ - #ifndef HAVE_SETLOCALE #define setlocale(locale, val) /* nothing */ #endif /* HAVE_SETLOCALE */ |