From 9ac9129d496d27b93c6fdfe0a22b68b3e4ee55df Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 24 Mar 2010 06:59:02 -0700 Subject: Unify wint_t handling in wchar.h and wctype.h. Fix a few typos in the process. --- wctype/wctype.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wctype') diff --git a/wctype/wctype.h b/wctype/wctype.h index 9b29af5638..1e2fbf9fae 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2002,2005,2007,2008,2009 Free Software Foundation, Inc. +/* Copyright (C) 1996-2002,2005,2007-2009,2010 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -29,9 +29,9 @@ #ifndef __need_iswxxx # define _WCTYPE_H 1 -/* Get wint_t from . */ +/* Get wint_t from . */ # define __need_wint_t -# include +# include /* Constant expression of type `wint_t' whose value does not correspond to any member of the extended character set. */ @@ -204,7 +204,7 @@ __END_DECLS /* The remaining definitions and declarations must not appear in the - header. */ + header. */ #ifdef _WCTYPE_H /* -- cgit 1.4.1