[svn:parrot] r41068 - trunk/include/parrot
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Sun Sep 6 13:46:58 UTC 2009
Author: NotFound
Date: Sun Sep 6 13:46:55 2009
New Revision: 41068
URL: https://trac.parrot.org/parrot/changeset/41068
Log:
[cage] update headerizing
Modified:
trunk/include/parrot/sub.h
Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h Sun Sep 6 13:20:27 2009 (r41067)
+++ trunk/include/parrot/sub.h Sun Sep 6 13:46:55 2009 (r41068)
@@ -232,6 +232,15 @@
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