]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define RE_DUP_MAX correctly.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 09:36:38 +0000 (09:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 09:36:38 +0000 (09:36 +0000)
posix/bits/posix2_lim.h

index d2d89694ec58cbcdc1ae7fba45eae639384b3684..eaaf67129a174b207aaf1ae768bf0cb162776561 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 2000 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
 #ifndef        LINE_MAX
 #define        LINE_MAX                _POSIX2_LINE_MAX
 #endif
-#ifndef        RE_DUP_MAX
-#define        RE_DUP_MAX              _POSIX2_RE_DUP_MAX
-#endif
 #ifndef        CHARCLASS_NAME_MAX
 #define        CHARCLASS_NAME_MAX      _POSIX2_CHARCLASS_NAME_MAX
 #endif
 
+/* This value is defined like this in regex.h.  */
+#define        RE_DUP_MAX (0x7fff)
 
 #endif /* bits/posix2_lim.h */