diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:13:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-02-20 21:13:17 +0200 |
commit | a01313fdef8d73580662308d3e450dc24d7d4c08 (patch) | |
tree | 24b9f793032b16f4213ba9bdd4c0f970328467aa /regex_internal.h | |
parent | c6acad5f8ccc81d092f4be09e0493b241e9a496b (diff) | |
parent | 2d88b04891825ae4e687b95813cff87627404930 (diff) | |
download | egawk-a01313fdef8d73580662308d3e450dc24d7d4c08.tar.gz egawk-a01313fdef8d73580662308d3e450dc24d7d4c08.tar.bz2 egawk-a01313fdef8d73580662308d3e450dc24d7d4c08.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regex_internal.h b/regex_internal.h index 28b4239e..09f17b25 100644 --- a/regex_internal.h +++ b/regex_internal.h @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. @@ -45,7 +45,7 @@ # include <stdint.h> #endif /* HAVE_STDINT_H || _LIBC */ #if defined _LIBC -# include <bits/libc-lock.h> +# include <libc-lock.h> #else # define __libc_lock_define(CLASS,NAME) # define __libc_lock_init(NAME) do { } while (0) @@ -770,7 +770,7 @@ bitset_mask (bitset_t dest, const bitset_t src) } #ifdef RE_ENABLE_I18N -/* Functions for re_string. */ +/* Inline functions for re_string. */ static int internal_function __attribute__ ((pure, unused)) re_string_char_size_at (const re_string_t *pstr, int idx) |