From 5703f4727380ca751da51a94664689b5e97dc89f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Dec 2008 23:21:21 +0000 Subject: * wctype/wctype.h: Get wint_t definition directly from . * wctype/Makefile (tests): Add bug-wctypeh. * wctype/bug-wctypeh.c: New file. --- wctype/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wctype/Makefile') diff --git a/wctype/Makefile b/wctype/Makefile index b0e8f968e4..9505b1fabb 100644 --- a/wctype/Makefile +++ b/wctype/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2008 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 @@ -26,6 +26,6 @@ distribute := wchar-lookup.h routines := wcfuncs wctype iswctype wctrans towctrans \ wcfuncs_l wctype_l iswctype_l wctrans_l towctrans_l -tests := test_wctype test_wcfuncs +tests := test_wctype test_wcfuncs bug-wctypeh include ../Rules -- cgit 1.4.1