chiark / gitweb /
Set ELF visibility to keep all of our external symbols to ourselves.
[catacomb-python] / rand.c
diff --git a/rand.c b/rand.c
index 9afb271c86b26e17bf02e0ff5c6b01d4cf4419c8..15a07880aac14824313214e16f75eb77315155e7 100644 (file)
--- a/rand.c
+++ b/rand.c
@@ -27,7 +27,9 @@
 /*----- Header files ------------------------------------------------------*/
 
 #include "catacomb-python.h"
+PUBLIC_SYMBOLS;
 #include "algorithms.h"
+PRIVATE_SYMBOLS;
 
 /*----- Main code ---------------------------------------------------------*/