Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 00:43:44 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
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
Message-ID:  <200209280743.g8S7hiJ6039353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <stdio.h> had been included before <wchar.h>,
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209280743.g8S7hiJ6039353>