diff options
Diffstat (limited to 'src/timeout.h')
-rw-r--r-- | src/timeout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeout.h b/src/timeout.h index 817922f..595aac2 100644 --- a/src/timeout.h +++ b/src/timeout.h | |||
@@ -25,4 +25,6 @@ double tm_getstart(p_tm tm); | |||
25 | double tm_gettime(void); | 25 | double tm_gettime(void); |
26 | int tm_meth_settimeout(lua_State *L, p_tm tm); | 26 | int tm_meth_settimeout(lua_State *L, p_tm tm); |
27 | 27 | ||
28 | #define tm_iszero(tm) ((tm)->block == 0.0) | ||
29 | |||
28 | #endif /* TM_H */ | 30 | #endif /* TM_H */ |