OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc_opt.c versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/rc/rc_opt.c 1.4 -> 1.5

--- rc_opt.c     2002/04/24 16:47:07     1.4
+++ rc_opt.c     2002/06/26 14:11:16     1.5
@@ -107,7 +107,7 @@
     ex_t Except;
 
     assert(*ppOption);                  /* Error if not constructed */
-    ex_try {
+    try {
         if ((*ppOption)->szName)        /* Might not be mallocd yet */
             free((*ppOption)->szName);
         if ((*ppOption)->szVal)         /* Might not be mallocd yet */
@@ -115,7 +115,7 @@
         free(*ppOption);                /* Deallocate option and    */
         *ppOption = NULL;               /* clear its reference      */
     }
-    ex_catch(Except) {
+    catch(Except) {
         rethrow;
     }
 

CVSTrac 2.0.1