FIX #2976: fix buggy implementation of shadowing in GHC.getBindings
[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"