summaryrefslogtreecommitdiff
path: root/daemon/usuals.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/usuals.h')
-rw-r--r--daemon/usuals.h2
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