diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-16 22:48:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-16 22:48:45 +0200 |
commit | 2d800ac3325d74356994477b763d74e51eae19a2 (patch) | |
tree | 18cb556bec03ef397e0ef2b38db41824163caab6 /awk.h | |
parent | 16ba64dd4bda26b352916e1d60797a74f636d6dd (diff) | |
parent | 0fe10e90378a965649ff81a2ac6b4bb168ea96c1 (diff) | |
download | egawk-2d800ac3325d74356994477b763d74e51eae19a2.tar.gz egawk-2d800ac3325d74356994477b763d74e51eae19a2.tar.bz2 egawk-2d800ac3325d74356994477b763d74e51eae19a2.zip |
Merge branch 'gawk-4.1-stable'
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 */ |