summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/libmpdec/crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_decimal/libmpdec/crt.h')
-rw-r--r--Modules/_decimal/libmpdec/crt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/_decimal/libmpdec/crt.h b/Modules/_decimal/libmpdec/crt.h
index 0e03e5d..8909232 100644
--- a/Modules/_decimal/libmpdec/crt.h
+++ b/Modules/_decimal/libmpdec/crt.h
@@ -34,7 +34,14 @@
#include <stdio.h>
+/* Internal header file: all symbols have local scope in the DSO */
+MPD_PRAGMA(MPD_HIDE_SYMBOLS_START)
+
+
void crt3(mpd_uint_t *x1, mpd_uint_t *x2, mpd_uint_t *x3, mpd_size_t nmemb);
+MPD_PRAGMA(MPD_HIDE_SYMBOLS_END) /* restore previous scope rules */
+
+
#endif