aboutsummaryrefslogtreecommitdiffstats
path: root/regex_internal.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-18 06:22:29 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-18 06:22:29 +0200
commit7c84c5f2d9e9a044e17b132628f675e0b199f640 (patch)
tree39b67feb78bfb189f80cdaf745fc61606fe1cf78 /regex_internal.h
parentf8445dd6243fd158794d6d26c0373b5cdf45f18a (diff)
parent07795bbecb05b4d2d52bd8808c713b0c5ece7b3b (diff)
downloadegawk-7c84c5f2d9e9a044e17b132628f675e0b199f640.tar.gz
egawk-7c84c5f2d9e9a044e17b132628f675e0b199f640.tar.bz2
egawk-7c84c5f2d9e9a044e17b132628f675e0b199f640.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'regex_internal.h')
-rw-r--r--regex_internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/regex_internal.h b/regex_internal.h
index 9e104d8d..6cc84a79 100644
--- a/regex_internal.h
+++ b/regex_internal.h
@@ -159,9 +159,6 @@ is_blank (int c)
# define __attribute_warn_unused_result__
#endif
-extern const char __re_error_msgid[] attribute_hidden;
-extern const size_t __re_error_msgid_idx[] attribute_hidden;
-
/* An integer used to represent a set of bits. It must be unsigned,
and must be at least as wide as unsigned int. */
typedef unsigned long int bitset_word_t;
@@ -774,7 +771,7 @@ bitset_mask (bitset_t dest, const bitset_t src)
}
#ifdef RE_ENABLE_I18N
-/* Inline functions for re_string. */
+/* Functions for re_string. */
static int
internal_function __attribute__ ((pure, unused))
re_string_char_size_at (const re_string_t *pstr, int idx)