diff options
Diffstat (limited to 'Modules/_decimal/libmpdec/fnt.h')
-rw-r--r-- | Modules/_decimal/libmpdec/fnt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/_decimal/libmpdec/fnt.h b/Modules/_decimal/libmpdec/fnt.h index 2d701b6..1f302cc 100644 --- a/Modules/_decimal/libmpdec/fnt.h +++ b/Modules/_decimal/libmpdec/fnt.h @@ -34,9 +34,16 @@ #include <stdio.h> +/* Internal header file: all symbols have local scope in the DSO */ +MPD_PRAGMA(MPD_HIDE_SYMBOLS_START) + + int std_fnt(mpd_uint_t a[], mpd_size_t n, int modnum); int std_inv_fnt(mpd_uint_t a[], mpd_size_t n, int modnum); +MPD_PRAGMA(MPD_HIDE_SYMBOLS_END) /* restore previous scope rules */ + + #endif |