[svn:parrot] r46817 - in trunk: include/parrot src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu May 20 12:39:18 UTC 2010


Author: mikehh
Date: Thu May 20 12:39:18 2010
New Revision: 46817
URL: https://trac.parrot.org/parrot/changeset/46817

Log:
fix headerizer - misplaced PARROT EXPORT

Modified:
   trunk/include/parrot/exceptions.h
   trunk/src/exceptions.c

Modified: trunk/include/parrot/exceptions.h
==============================================================================
--- trunk/include/parrot/exceptions.h	Thu May 20 11:03:45 2010	(r46816)
+++ trunk/include/parrot/exceptions.h	Thu May 20 12:39:18 2010	(r46817)
@@ -115,9 +115,9 @@
 /* HEADERIZER BEGIN: src/exceptions.c */
 /* Don't modify between HEADERIZER BEGIN / HEADERIZER END.  Your changes will be lost. */
 
+PARROT_EXPORT
 PARROT_DOES_NOT_RETURN
 PARROT_COLD
-PARROT_EXPORT
 void do_panic(
     NULLOK_INTERP,
     ARGIN_NULLOK(const char *message),

Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c	Thu May 20 11:03:45 2010	(r46816)
+++ trunk/src/exceptions.c	Thu May 20 12:39:18 2010	(r46817)
@@ -680,9 +680,9 @@
 
 */
 
+PARROT_EXPORT
 PARROT_DOES_NOT_RETURN
 PARROT_COLD
-PARROT_EXPORT
 void
 do_panic(NULLOK_INTERP, ARGIN_NULLOK(const char *message),
          ARGIN_NULLOK(const char *file), unsigned int line)


More information about the parrot-commits mailing list