aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-19 23:11:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-19 23:11:03 +0200
commit1f502d9a39c5b3b3df1b943fcae79b162a7ea74d (patch)
tree0e38d248e036ff3ec569a4ed6c50169a04f2e9a0 /awk.h
parent4ea6e0780fbbd34d2f0d8e6b43c15c14d28b5d55 (diff)
parent477cb50c4c5b9e13e745a8e1413d532e27383d66 (diff)
downloadegawk-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index 469d6b63..1414358c 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 */