88cbdd2f44b584f42f707dc4de69b14973e5ec98
[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"