]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove masking macros for getwc(), putwc(), putwchar() and getwchar().
authorTim J. Robbins <tjr@FreeBSD.org>
Sat, 28 Sep 2002 07:43:44 +0000 (07:43 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sat, 28 Sep 2002 07:43:44 +0000 (07:43 +0000)
commit3619568a645e92383cd7dfb4a6bb334c24803733
treefec21277845a6002b681cb3657cfe09bf6cfe40c
parentee38d590ffe9bd32453d8c00047989c1c9175afd
Remove masking macros for getwc(), putwc(), putwchar() and getwchar().
Although there was nothing wrong with getwc() and putwc(), getwchar()
and putwchar() assumed that <stdio.h> had been included before <wchar.h>,
which is not allowed by the standard.
include/wchar.h
lib/libc/stdio/getwc.c
lib/libc/stdio/getwchar.c
lib/libc/stdio/putwc.c
lib/libc/stdio/putwchar.c