Skip to content

Commit

Permalink
Fix make headerizer warning: "Returns a pointer, but no PARROT_CAN(…
Browse files Browse the repository at this point in the history
…NOT)_RETURN_NULL macro found"
  • Loading branch information
Util committed Feb 28, 2011
1 parent 1048779 commit a39ea75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pmc.c
Expand Up @@ -882,6 +882,7 @@ Take a C string array and a count, and box it into a string array PMC
*/

PARROT_EXPORT
PARROT_CANNOT_RETURN_NULL
PMC *
Parrot_pmc_box_c_string_array(PARROT_INTERP, int count, ARGIN(const char **s))
{
Expand Down

0 comments on commit a39ea75

Please sign in to comment.