Skip to content

Commit

Permalink
Parrot_ex_build_exception cannot actually return null
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 13, 2011
1 parent 35d5ec8 commit 70123c7
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/parrot/exceptions.h
Expand Up @@ -155,7 +155,7 @@ void Parrot_ex_add_c_handler(PARROT_INTERP, ARGIN(Parrot_runloop *jp))
__attribute__nonnull__(2);

PARROT_EXPORT
PARROT_CAN_RETURN_NULL
PARROT_CANNOT_RETURN_NULL
PMC * Parrot_ex_build_exception(PARROT_INTERP,
INTVAL severity,
long error,
Expand Down

0 comments on commit 70123c7

Please sign in to comment.