From owner-cvs-all Sat Sep 28 0:45: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA7637B401; Sat, 28 Sep 2002 00:45:05 -0700 (PDT) Received: from freefall.freebsd.org (unknown [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD09B43E42; Sat, 28 Sep 2002 00:45:04 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8S7hiCo039354; Sat, 28 Sep 2002 00:43:44 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8S7hiJ6039353; Sat, 28 Sep 2002 00:43:44 -0700 (PDT) Message-Id: <200209280743.g8S7hiJ6039353@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 28 Sep 2002 00:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h src/lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/09/28 00:43:44 PDT Modified files: include wchar.h lib/libc/stdio getwc.c getwchar.c putwc.c putwchar.c Log: Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). Although there was nothing wrong with getwc() and putwc(), getwchar() and putwchar() assumed that had been included before , which is not allowed by the standard. Revision Changes Path 1.31 +0 -5 src/include/wchar.h 1.2 +1 -3 src/lib/libc/stdio/getwc.c 1.2 +1 -3 src/lib/libc/stdio/getwchar.c 1.2 +1 -3 src/lib/libc/stdio/putwc.c 1.2 +1 -3 src/lib/libc/stdio/putwchar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message