diff options
Diffstat (limited to 'include/unicode.h')
-rw-r--r-- | include/unicode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/unicode.h b/include/unicode.h index 25ef7407e..7ab044e17 100644 --- a/include/unicode.h +++ b/include/unicode.h | |||
@@ -5,6 +5,8 @@ | |||
5 | #ifndef UNICODE_H | 5 | #ifndef UNICODE_H |
6 | #define UNICODE_H 1 | 6 | #define UNICODE_H 1 |
7 | 7 | ||
8 | PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN | ||
9 | |||
8 | enum { | 10 | enum { |
9 | UNICODE_UNKNOWN = 0, | 11 | UNICODE_UNKNOWN = 0, |
10 | UNICODE_OFF = 1, | 12 | UNICODE_OFF = 1, |
@@ -79,4 +81,6 @@ int iswpunct(wint_t wc) FAST_FUNC; | |||
79 | 81 | ||
80 | #endif /* FEATURE_ASSUME_UNICODE */ | 82 | #endif /* FEATURE_ASSUME_UNICODE */ |
81 | 83 | ||
84 | POP_SAVED_FUNCTION_VISIBILITY | ||
85 | |||
82 | #endif | 86 | #endif |