blob: ccb30bf76d43bae1ba437656a1efcf535f5c1e04 (
plain)
1
2
3
4
5
6
7
8
|
// 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"
#include "Schedule.h"
#include "Capability.h"
|