More work on CW VM code ..
FossilOrigin-Name: 3b0cb324535527b32d0e938b03151c75f6100ca2059fc121e2c4d350a8caf8a4
This commit is contained in:
@ -46,8 +46,8 @@ extern int cw_rand(uint8_t*dst, int len);
|
||||
|
||||
|
||||
|
||||
#define cw_timer_start(t) (time(NULL)+t)
|
||||
#define cw_timer_timeout(t) (time(NULL)>t ? 1 : 0)
|
||||
//#define cw_timer_start(t) (time(NULL)+t)
|
||||
//#define cw_timer_timeout(t) (time(NULL)>t ? 1 : 0)
|
||||
|
||||
|
||||
/** Generic macro to isolate bits from a dword */
|
||||
@ -61,6 +61,6 @@ void cw_get_missing_mand_elems(char *dst, int *l);
|
||||
|
||||
|
||||
|
||||
extern const char * cw_msgtostr(int type);
|
||||
//extern const char * cw_msgtostr(int type);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user