diff options
Diffstat (limited to 'UICaboodle/UICaboodle.h')
-rw-r--r-- | UICaboodle/UICaboodle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UICaboodle/UICaboodle.h b/UICaboodle/UICaboodle.h index 1cf37d1..499fc23 100644 --- a/UICaboodle/UICaboodle.h +++ b/UICaboodle/UICaboodle.h @@ -3,6 +3,9 @@ #include <sys/time.h> #include <time.h> +#define _forever \ + for (;;) + #define _trace() do { \ struct timeval _tv; \ gettimeofday(&_tv, NULL); \ |