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