summaryrefslogtreecommitdiff
path: root/rts/Inlines.c
blob: 94699e9c4dd4a382f3aeb3b20c6922dbedc4a37b (plain)
1
2
3
4
5
6
7
8
9
10
// 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 "rts/PosixSource.h"
#include "Rts.h"
#include "Schedule.h"
#include "Capability.h"
#include "WSDeque.h"
#include "SMPClosureOps.h"