[svn:parrot] r48563 - trunk/docs
NotFound at svn.parrot.org
NotFound at svn.parrot.org
Wed Aug 18 13:36:35 UTC 2010
Author: NotFound
Date: Wed Aug 18 13:36:35 2010
New Revision: 48563
URL: https://trac.parrot.org/parrot/changeset/48563
Log:
remove mentions of Parrot_find_global_s and Parrot_store_global_s from docs/embed.pod, TT #1660
Modified:
trunk/docs/embed.pod
Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod Wed Aug 18 13:09:42 2010 (r48562)
+++ trunk/docs/embed.pod Wed Aug 18 13:36:35 2010 (r48563)
@@ -298,20 +298,10 @@
Search the namespace PMC C<namespace> for an object with name C<globalname>.
Return the object, or NULL if not found.
-=item C<Parrot_PMC Parrot_find_global_s(PARROT_INTERP, Parrot_String namespace, Parrot_String name)>
-
-Find and return a global called C<name> in the namespace C<namespace>. Returns
-C<PMCNULL> if not found.
-
=item C<void Parrot_ns_store_global(PARROT_INTERP, PMC namespace, Parrot_String name, Parrot_PMC val)>
Store the PMC C<val> into the namespace PMC C<namespace> with name C<globalname>.
-=item C<void Parrot_store_global_s(PARROT_INTERP, Parrot_String namespace, Parrot_String name, Parrot_PMC val)>
-
-Sets the value of a global called C<name> in the namespace C<namespace>. Does
-nothing if the global is not found.
-
=back
=head3 Lexicals
@@ -717,8 +707,6 @@
=item C<Parrot_ns_find_global_from_op>
-=item C<Parrot_find_global_s>
-
=item C<Parrot_find_language>
=item C<Parrot_find_method_direct>
@@ -1529,8 +1517,6 @@
=item C<Parrot_ns_store_global>
-=item C<Parrot_store_global_s>
-
=item C<Parrot_ns_store_sub>
=item C<Parrot_str_boolean>
More information about the parrot-commits
mailing list