Bug 234353 - Remove old #define XI_ERR_BAIL_EXCEPT (unused) patch by ajschult@mindspring.com rs=dveditz
git-svn-id: svn://10.0.0.236/trunk@153563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dce582a29a
commit
0c9c71a1eb
@ -142,16 +142,6 @@ do { \
|
||||
} \
|
||||
} while (0);
|
||||
|
||||
#define XI_ERR_BAIL_EXCEPT(_function, _errexpected) \
|
||||
do { \
|
||||
err = _function; \
|
||||
if (err != OK && err != _errexpected) \
|
||||
{ \
|
||||
ErrorHandler(err); \
|
||||
goto BAIL; \
|
||||
} \
|
||||
} while(0);
|
||||
|
||||
#define XI_VERIFY(_ptr) \
|
||||
do { \
|
||||
if (!_ptr) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user