Index: ossp-pkg/l2/l2_p.h RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_p.h,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/l2/l2_p.h,v' 2>/dev/null --- l2_p.h 2001/09/13 19:18:34 1.17 +++ l2_p.h 2001/09/14 10:12:48 1.18 @@ -47,6 +47,13 @@ #include "dmalloc.h" #endif +#define cu(value) \ + do { rv = value; \ + goto cus; } while (0) +#define cu_on(expr,value) \ + if (expr) \ + cu(value) + #define L2_MAX_MSGSIZE 4096 #define L2_MAX_CHANNELS 128 #define L2_MAX_FORMATTERS 128