diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 19:41:21 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 19:41:21 +0200 |
commit | 5a41f696c4b8251583f5516084eaba3b752cb7f6 (patch) | |
tree | 22b5ec28c59fa7cefe4044778c3a943a53f3e5c2 /regex.h | |
parent | 21a94b55d96dc3e78a2f2eae11511038639e30ee (diff) | |
download | egawk-5a41f696c4b8251583f5516084eaba3b752cb7f6.tar.gz egawk-5a41f696c4b8251583f5516084eaba3b752cb7f6.tar.bz2 egawk-5a41f696c4b8251583f5516084eaba3b752cb7f6.zip |
Sync regex to GLIBC.
Diffstat (limited to 'regex.h')
-rw-r--r-- | regex.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 *); |