Author: allison
Date: Sun May  4 00:49:58 2008
New Revision: 27316

Modified:
   branches/pdd25cx/config/gen/crypto/digest_pmc.in

Log:
[pdd25cx] Fix old exception name in generated dynamic PMCs.


Modified: branches/pdd25cx/config/gen/crypto/digest_pmc.in
==============================================================================
--- branches/pdd25cx/config/gen/crypto/digest_pmc.in    (original)
+++ branches/pdd25cx/config/gen/crypto/digest_pmc.in    Sun May  4 00:49:58 2008
@@ -38,7 +38,7 @@
         PMC_data(SELF) = c;
         PObj_active_destroy_SET(SELF);
 #else
-        real_exception(interp, NULL, ILL_INHERIT, "@md_name@ is disabled");
+        real_exception(interp, NULL, EXCEPTION_ILL_INHERIT, "@md_name@ is 
disabled");
 #endif
     }
 

Reply via email to