Declare RTS-private prototypes with __attribute__((visibility("hidden")))
[ghc-hetmet.git] / rts / sm / Sweep.h
index 562a934..f540cb3 100644 (file)
@@ -14,6 +14,6 @@
 #ifndef SM_SWEEP_H
 #define SM_SWEEP_H
 
-void sweep(step *gen);
+RTS_PRIVATE void sweep(step *gen);
 
 #endif /* SM_SWEEP_H */