From f83aa16cbc784740e07268cab3e4fe2ed8cf97ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 16 Mar 2004 10:10:13 +0000 Subject: Update. 2004-03-16 Ulrich Drepper * include/ctype.h: For libc, define isdigit, isdigit_l, and __isdigit_l as simple comparison macros. * include/wctype.h: For libc, define iswdigit, iswdigit_l, and __iswdigit_l as simple comparison macros. * wctype/wcfuncs_l.c: #undef iswdigit and __iswdigit. * sysdeps/alpha/fpu/bits/mathdef.h: Remove INFINITY. * sysdeps/arm/fpu/bits/mathdef.h: Likewise. * sysdeps/generic/bits/mathdef.h: Likewise. * sysdeps/i386/fpu/bits/mathdef.h: Likewise. * sysdeps/ia64/fpu/bits/mathdef.h: Likewise. * sysdeps/m68k/fpu/bits/mathdef.h: Likewise. * sysdeps/mips/fpu/bits/mathdef.h: Likewise. * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise. * sysdeps/sh/sh4/fpu/bits/mathdef.h: Likewise. * sysdeps/sparc/fpu/bits/mathdef.h: Likewise. * sysdeps/x86_64/fpu/bits/mathdef.h: Likewise. --- wctype/wcfuncs_l.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wctype') diff --git a/wctype/wcfuncs_l.c b/wctype/wcfuncs_l.c index 5556dc4adc..c10af76102 100644 --- a/wctype/wcfuncs_l.c +++ b/wctype/wcfuncs_l.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 2000, 2001, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1996,1997,2000,2001,2002,2004 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 @@ -40,6 +40,8 @@ func (iswalnum_l, __ISwalnum) func (iswalpha_l, __ISwalpha) func (iswblank_l, __ISwblank) func (iswcntrl_l, __ISwcntrl) +#undef iswdigit_l +#undef __iswdigit_l func (iswdigit_l, __ISwdigit) func (iswlower_l, __ISwlower) func (iswgraph_l, __ISwgraph) -- cgit 1.4.1