aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.h')
-rw-r--r--src/regex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regex.h b/src/regex.h
index 7747ec57629..643d0b7b5ab 100644
--- a/src/regex.h
+++ b/src/regex.h
@@ -1,7 +1,7 @@
1/* Definitions for data structures and routines for the regular 1/* Definitions for data structures and routines for the regular
2 expression library, version 0.12. 2 expression library, version 0.12.
3 3
4 Copyright (C) 1985, 1989-1993, 1995, 2000-2011 4 Copyright (C) 1985, 1989-1993, 1995, 2000-2012
5 Free Software Foundation, Inc. 5 Free Software Foundation, Inc.
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
@@ -415,7 +415,7 @@ struct re_pattern_buffer
415typedef struct re_pattern_buffer regex_t; 415typedef struct re_pattern_buffer regex_t;
416 416
417/* Type for byte offsets within the string. POSIX mandates this to be an int, 417/* Type for byte offsets within the string. POSIX mandates this to be an int,
418 but the Open Group has signalled its intention to change the requirement to 418 but the Open Group has signaled its intention to change the requirement to
419 be that regoff_t be at least as wide as ptrdiff_t and ssize_t. Current 419 be that regoff_t be at least as wide as ptrdiff_t and ssize_t. Current
420 gnulib sources also use ssize_t, and we need this for supporting buffers and 420 gnulib sources also use ssize_t, and we need this for supporting buffers and
421 strings > 2GB on 64-bit hosts. */ 421 strings > 2GB on 64-bit hosts. */
@@ -582,7 +582,7 @@ extern void regfree _RE_ARGS ((regex_t *__preg));
582} 582}
583#endif /* C++ */ 583#endif /* C++ */
584 584
585/* For platform which support the ISO C amendement 1 functionality we 585/* For platform which support the ISO C amendment 1 functionality we
586 support user defined character classes. */ 586 support user defined character classes. */
587#if WIDE_CHAR_SUPPORT 587#if WIDE_CHAR_SUPPORT
588/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */ 588/* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */
@@ -592,7 +592,7 @@ extern void regfree _RE_ARGS ((regex_t *__preg));
592 592
593#if WIDE_CHAR_SUPPORT 593#if WIDE_CHAR_SUPPORT
594/* The GNU C library provides support for user-defined character classes 594/* The GNU C library provides support for user-defined character classes
595 and the functions from ISO C amendement 1. */ 595 and the functions from ISO C amendment 1. */
596# ifdef CHARCLASS_NAME_MAX 596# ifdef CHARCLASS_NAME_MAX
597# define CHAR_CLASS_MAX_LENGTH CHARCLASS_NAME_MAX 597# define CHAR_CLASS_MAX_LENGTH CHARCLASS_NAME_MAX
598# else 598# else