[svn:parrot] r46783 - trunk/src
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Wed May 19 09:11:17 UTC 2010
Author: plobsing
Date: Wed May 19 09:11:16 2010
New Revision: 46783
URL: https://trac.parrot.org/parrot/changeset/46783
Log:
export do_panic to be able to use PANIC() in dynlibs
Modified:
trunk/src/exceptions.c
Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c Wed May 19 08:55:32 2010 (r46782)
+++ trunk/src/exceptions.c Wed May 19 09:11:16 2010 (r46783)
@@ -682,6 +682,7 @@
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