diff options
Diffstat (limited to 'daemon/usuals.h')
-rw-r--r-- | daemon/usuals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/usuals.h b/daemon/usuals.h index 97d355b..020db4a 100644 --- a/daemon/usuals.h +++ b/daemon/usuals.h @@ -28,6 +28,8 @@ #define countof(x) (sizeof(x) / sizeof(x[0])) +#define RETURN(x) { ret = (x); goto finally; } + #ifdef _DEBUG #include "assert.h" #define ASSERT assert |