Mostly fix Trac #2431: make empty case acceptable to (most of) GHC
[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 "Rts.h"