diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-05-10 09:08:51 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:06 +0000 |
commit | 7a5040cca7badb325df9b6552d9ff0b78e2dedd1 (patch) | |
tree | 30b2096e34631b2d76ce6d358f4487ecb3aacb8f /UICaboodle/UICaboodle.h | |
parent | 2388b078e84fda8a3a815f990e23667557290eb2 (diff) |
Added _forever.
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); \ |