aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:48:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:48:45 +0200
commit2d800ac3325d74356994477b763d74e51eae19a2 (patch)
tree18cb556bec03ef397e0ef2b38db41824163caab6 /awk.h
parent16ba64dd4bda26b352916e1d60797a74f636d6dd (diff)
parent0fe10e90378a965649ff81a2ac6b4bb168ea96c1 (diff)
downloadegawk-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index 0b2b9972..e0964b94 100644
--- a/awk.h
+++ b/awk.h
@@ -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 */