OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc_private.h versions 1.2 and 1.3
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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"

CVSTrac 2.0.1