diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/bio.h | 2 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 3 insertions, 1 deletions
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)" |
