From 8d5656873bcc35003371334353c43c25d6673fb9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 26 Aug 2013 19:08:10 +0300 Subject: Sync regex with GLIBC. --- regex.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'regex.h') diff --git a/regex.h b/regex.h index ca619ae5..c72079b2 100644 --- a/regex.h +++ b/regex.h @@ -1,7 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008,2011 - Free Software Foundation, Inc. + Copyright (C) 1985, 1989-2013 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 -- cgit v1.2.3 From 5a41f696c4b8251583f5516084eaba3b752cb7f6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 20 Feb 2014 19:41:21 +0200 Subject: Sync regex to GLIBC. --- regex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regex.h') diff --git a/regex.h b/regex.h index c72079b2..56602961 100644 --- a/regex.h +++ b/regex.h @@ -1,6 +1,6 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985, 1989-2013 Free Software Foundation, Inc. + Copyright (C) 1985, 1989-2014 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 @@ -539,7 +539,7 @@ extern void re_set_registers (struct re_pattern_buffer *__buffer, regoff_t *__starts, regoff_t *__ends); #endif /* Use GNU */ -#if defined _REGEX_RE_COMP || (defined _LIBC && defined __USE_BSD) +#if defined _REGEX_RE_COMP || (defined _LIBC && defined __USE_MISC) # ifndef _CRAY /* 4.2 bsd compatibility. */ extern char *re_comp (const char *); -- cgit v1.2.3