ossp-pkg/rc/rc_private.h 1.2 -> 1.3
--- rc_private.h 2002/02/11 12:34:29 1.2
+++ rc_private.h 2002/02/13 19:19:28 1.3
@@ -51,7 +51,7 @@
/* Define the ability to throw OSSP ex exceptions */
#include "ex.h" /* OSSP ex exception handling library */
#define RC_THROW(rv) \
- ( (rv) != RC_OK && (ex_catching && !ex_shielding) \
+ ((rv) != RC_OK && (ex_catching && !ex_shielding) \
? (ex_throw(ossprc_id, NULL, (rv)), (rv)) : (rv))
#include "val.h"
|
|