From 7985a75ad0cd606794fac7ba662637372bd204a9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 18 Jan 2016 05:52:52 +0200 Subject: Minor bug fix and cleanup in regex routines, from GNULIB. --- regex_internal.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'regex_internal.h') 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) -- cgit v1.2.3