Fixed rangetest to work with the new support headers (it doesn't need the CIF header, only the plain header)

This commit is contained in:
Neil Brown 2009-04-02 13:20:35 +00:00
parent ba2f62114a
commit 3a0b251235

View File

@ -3,7 +3,8 @@ int g_stopped;
#define occam_stop(pos, nargs, format, args...) do { g_stopped = 1; } while (0)
#define occam_INT_size SIZEOF_INT
#include "support/tock_support_cif.h"
#define occam_extra_param
#include "support/tock_support.h"
#define report_failure(msg, args...) { printf(msg, ##args); }