about summary refs log tree commit diff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-31 19:02:39 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-31 19:02:39 +0000
commit5116f3d8dc82104c196b1bab9d6b98cef485e3c6 (patch)
tree170aad5b351d0e65a7c8751df30aaef90ce379c8 /posix
parentd8cf93f489282ed4dd0b727e9efd9efef192e952 (diff)
downloadglibc-5116f3d8dc82104c196b1bab9d6b98cef485e3c6.tar.gz
glibc-5116f3d8dc82104c196b1bab9d6b98cef485e3c6.tar.xz
glibc-5116f3d8dc82104c196b1bab9d6b98cef485e3c6.zip
Update.
1999-12-31  Ulrich Drepper  <drepper@cygnus.com>

	* posix/bits/posix2_lim.h: Remove _POSIX2_EQUIV_CLASS_MAX.  I have
	no idea where this came from.
Diffstat (limited to 'posix')
-rw-r--r--posix/bits/posix2_lim.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/posix/bits/posix2_lim.h b/posix/bits/posix2_lim.h
index d2d89694ec..a9d067e4de 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