From ce8e0d607a2bec33fcaac7237d0b5535e5b152a1 Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 22 Jul 2010 11:56:14 +0100 Subject: 20100722 --- include/bio.h | 2 ++ include/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/bio.h b/include/bio.h index 775b3e7b..b4e552d8 100644 --- a/include/bio.h +++ b/include/bio.h @@ -71,3 +71,5 @@ int Bterm(Biobuf*); int Bungetc(Biobuf*); int Bungetrune(Biobuf*); long Bwrite(Biobuf*, void*, long); + +#pragma varargck argpos Bprint 2 diff --git a/include/version.h b/include/version.h index aee735a3..f783ac1f 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20100719)" +#define VERSION "Fourth Edition (20100722)" -- cgit v1.2.3