From: ceriel Date: Wed, 12 Aug 1987 09:24:57 +0000 (+0000) Subject: stdio.h should not define BMASK X-Git-Tag: release-5-5~3909 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=33d6860d3670e3aff92b2fc4a2e69754ff1033f8;p=ack.git stdio.h should not define BMASK --- diff --git a/include/_tail_cc/stdio.h b/include/_tail_cc/stdio.h index 337a346f5..d215b3970 100644 --- a/include/_tail_cc/stdio.h +++ b/include/_tail_cc/stdio.h @@ -7,7 +7,6 @@ #define _NFILES 20 #define NULL 0 #define EOF (-1) -#define CMASK 0377 #define IO_READMODE 1 #define IO_WRITEMODE 2