[svn:parrot] r39418 - in trunk: . include/parrot
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat Jun 6 01:37:41 UTC 2009
Author: jkeenan
Date: Sat Jun 6 01:37:41 2009
New Revision: 39418
URL: https://trac.parrot.org/parrot/changeset/39418
Log:
Eliminate the last traces of deprecated functions Parrot_readbc and
Parrot_loadbc. Remove deprecation notice. Cf.:
https://trac.parrot.org/parrot/ticket/266.
Modified:
trunk/DEPRECATED.pod
trunk/include/parrot/embed.h
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Sat Jun 6 00:16:18 2009 (r39417)
+++ trunk/DEPRECATED.pod Sat Jun 6 01:37:41 2009 (r39418)
@@ -196,13 +196,6 @@
L<http://rt.perl.org/rt3/Ticket/Display.html?id=53302>
-=item Parrot_readbc, Parrot_loadbc. [eligible in 1.1]
-
-They have been renamed to C<Parrot_pbc_read>, C<Parrot_pbc_load>.
-C<Parrot_pbc_read> has one third int argument.
-
-L<https://trac.parrot.org/parrot/ticket/266>
-
=item C API coding standards cleanup [eligible in 1.1]
All C API functions that aren't currently named according to the
Modified: trunk/include/parrot/embed.h
==============================================================================
--- trunk/include/parrot/embed.h Sat Jun 6 00:16:18 2009 (r39417)
+++ trunk/include/parrot/embed.h Sat Jun 6 01:37:41 2009 (r39418)
@@ -84,12 +84,6 @@
int Parrot_revision(void);
-/* Deprecated */
-
-/* with 0.9.1 TT #266 */
-#define Parrot_readbc(i, c) Parrot_pbc_read((i), (c), 0)
-#define Parrot_loadbc(i, pf) Parrot_pbc_load((i), (pf))
-
#endif /* PARROT_EMBED_H_GUARD */
/*
More information about the parrot-commits
mailing list