RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / Inlines.c
1 // all functions declared with EXTERN_INLINE in the header files get
2 // compiled for real here, just in case the definition was not inlined
3 // at some call site:
4 #define KEEP_INLINES
5 #include "PosixSource.h"
6 #include "Rts.h"