From: Ulrich Drepper Date: Fri, 31 Dec 1999 19:02:39 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~26405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5116f3d8dc82104c196b1bab9d6b98cef485e3c6;p=external%2Fglibc.git Update. 1999-12-31 Ulrich Drepper * posix/bits/posix2_lim.h: Remove _POSIX2_EQUIV_CLASS_MAX. I have no idea where this came from. --- diff --git a/ChangeLog b/ChangeLog index 8f3c3f2..83cc048 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-12-31 Ulrich Drepper + + * posix/bits/posix2_lim.h: Remove _POSIX2_EQUIV_CLASS_MAX. I have + no idea where this came from. + 1999-12-31 Andreas Jaeger * libio/strfile.h: Remove K&R compatibility. diff --git a/posix/bits/posix2_lim.h b/posix/bits/posix2_lim.h index d2d8969..a9d067e 100644 --- a/posix/bits/posix2_lim.h +++ b/posix/bits/posix2_lim.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1996, 1999 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 @@ -41,11 +41,6 @@ We have no fixed limit, 255 is very high. */ #define _POSIX2_COLL_WEIGHTS_MAX 255 -/* The maximum number of weights that can be assigned to an entry of - the LC_COLLATE category `order' keyword in a locale definition. - We have no fixed limit, 255 is a high number. */ -#define _POSIX2_EQUIV_CLASS_MAX 255 - /* The maximum number of expressions that can be nested within parentheses by the `expr' utility. */ #define _POSIX2_EXPR_NEST_MAX 32