summaryrefslogtreecommitdiff
path: root/rts/Inlines.c
blob: 88cbdd2f44b584f42f707dc4de69b14973e5ec98 (plain)
1
2
3
4
5
6
// all functions declared with EXTERN_INLINE in the header files get
// compiled for real here, just in case the definition was not inlined
// at some call site:
#define KEEP_INLINES
#include "PosixSource.h"
#include "Rts.h"