ni: fix isa checks with new module names and updates c_src accordingly
[nit.git] / c_src / time._nitni.h
1 #include <nit_common.h>
2 #include "standard___time._sep.h"
3 #ifndef TIME_NITNI_H
4 #define TIME_NITNI_H
5
6 #ifndef OBJECT_TYPE
7 #define OBJECT_TYPE
8 typedef struct s_Object{
9 val_t v;
10 } Object;
11 #endif
12
13 #include "time_nit.h"
14
15 /* out/indirect function for time::Object::get_time */
16 val_t Object_get_time___out( val_t recv );
17 #endif