blob: fa521e42177f717977f086cee44804a2a708da5e (
plain)
1
2
3
4
5
6
7
|
// 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"
|