[svn:parrot] r41060 - trunk/include/parrot

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sun Sep 6 10:47:18 UTC 2009


Author: NotFound
Date: Sun Sep  6 10:47:18 2009
New Revision: 41060
URL: https://trac.parrot.org/parrot/changeset/41060

Log:
[cage] update headerizing

Modified:
   trunk/include/parrot/sub.h

Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h	Sun Sep  6 10:46:17 2009	(r41059)
+++ trunk/include/parrot/sub.h	Sun Sep  6 10:47:18 2009	(r41060)
@@ -241,15 +241,6 @@
 
 PARROT_CAN_RETURN_NULL
 PARROT_WARN_UNUSED_RESULT
-PMC* Parrot_find_dynamic_pad(PARROT_INTERP,
-    ARGIN(STRING *lex_name),
-    ARGIN(PMC *ctx))
-        __attribute__nonnull__(1)
-        __attribute__nonnull__(2)
-        __attribute__nonnull__(3);
-
-PARROT_CAN_RETURN_NULL
-PARROT_WARN_UNUSED_RESULT
 PMC* Parrot_find_pad(PARROT_INTERP,
     ARGIN(STRING *lex_name),
     ARGIN(PMC *ctx))


More information about the parrot-commits mailing list