aboutsummaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:36:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-02-20 20:36:30 +0200
commite069c636968370f0899d5e4ebaeb9c2341804245 (patch)
tree166f0ce6417fc802b68cee91774727e6be53e0cb /regex.h
parent624d70844fe63068132adb7c66ea3f8a231e56a7 (diff)
parent0b8ef4f18527f751ef60fc3202cd7143079121fb (diff)
downloadegawk-e069c636968370f0899d5e4ebaeb9c2341804245.tar.gz
egawk-e069c636968370f0899d5e4ebaeb9c2341804245.tar.bz2
egawk-e069c636968370f0899d5e4ebaeb9c2341804245.zip
Merge branch 'master' into comment
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h4
1 files changed, 2 insertions, 2 deletions
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 *);