Skip to content

Commit

Permalink
Add PARROT_EXPORT to Parrot_confess declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Mar 6, 2011
1 parent f5a2fed commit 21a351e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/parrot/api.h
Expand Up @@ -18,6 +18,7 @@
typedef int (*imcc_hack_func_t)(Parrot_PMC, Parrot_String, int, const char **, Parrot_PMC*);

/* Forward declaration of Parrot_confess. We can't include exceptions.h yet */
PARROT_EXPORT
void Parrot_confess(
ARGIN(const char *cond),
ARGIN(const char *file),
Expand Down

0 comments on commit 21a351e

Please sign in to comment.