diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 06:22:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-18 06:22:59 +0200 |
commit | 9b61d5e1beddea15ead5b5bf42aa4f3510176907 (patch) | |
tree | 9823a495b89af72559762802c8d75b4b9c66e8d1 /regex_internal.h | |
parent | b829b49b0c0db89d86ed9f73caf224d78f384f9b (diff) | |
parent | 7c84c5f2d9e9a044e17b132628f675e0b199f640 (diff) | |
download | egawk-9b61d5e1beddea15ead5b5bf42aa4f3510176907.tar.gz egawk-9b61d5e1beddea15ead5b5bf42aa4f3510176907.tar.bz2 egawk-9b61d5e1beddea15ead5b5bf42aa4f3510176907.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'regex_internal.h')
-rw-r--r-- | regex_internal.h | 5 |
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) |