Author: chromatic
Date: Wed Mar 28 23:00:12 2007
New Revision: 17828

Modified:
   trunk/include/parrot/exceptions.h

Log:
Fix header weirdness in r17827, proving once again that I refuse to understand
    the person-hating weirdness that is C prototypes and headers.

Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h   (original)
+++ trunk/include/parrot/exceptions.h   Wed Mar 28 23:00:12 2007
@@ -194,8 +194,8 @@
 PARROT_API void Parrot_push_action(Interp *, PMC *sub);
 
 /* global cleanup */
-void Parrot_destroy_exception_list(Interp *interp);
-void Parrot_really_destroy_exception_list(Parrot_exception *e);
+void destroy_exception_list(Interp *interp);
+void really_destroy_exception_list(Parrot_exception *e);
 
 #endif /* PARROT_EXCEPTIONS_H_GUARD */
 

Reply via email to