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