diff options
Diffstat (limited to 'common/usuals.h')
-rw-r--r-- | common/usuals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/usuals.h b/common/usuals.h index 385bcf9..48d372f 100644 --- a/common/usuals.h +++ b/common/usuals.h @@ -72,5 +72,7 @@ #endif #define KL(s) ((sizeof(s) - 1) / sizeof(char)) +#define RETURN(x) { ret = (x); goto cleanup; } + #endif /* __USUALS_H__ */ |