[svn:parrot] r45469 - trunk/src/nci

plobsing at svn.parrot.org plobsing at svn.parrot.org
Thu Apr 8 23:26:04 UTC 2010


Author: plobsing
Date: Thu Apr  8 23:26:04 2010
New Revision: 45469
URL: https://trac.parrot.org/parrot/changeset/45469

Log:
build_call_func will actually never return null

Modified:
   trunk/src/nci/api.c

Modified: trunk/src/nci/api.c
==============================================================================
--- trunk/src/nci/api.c	Thu Apr  8 23:21:20 2010	(r45468)
+++ trunk/src/nci/api.c	Thu Apr  8 23:26:04 2010	(r45469)
@@ -21,7 +21,7 @@
    C function we want to call and returns a PMC with a pointer to a function
    that can call it. */
 
-PARROT_CAN_RETURN_NULL
+PARROT_CANNOT_RETURN_NULL
 PMC *
 build_call_func(PARROT_INTERP, ARGIN(STRING *signature))
 {


More information about the parrot-commits mailing list