[svn:parrot] r48526 - trunk/src/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Aug 16 17:34:55 UTC 2010


Author: NotFound
Date: Mon Aug 16 17:34:55 2010
New Revision: 48526
URL: https://trac.parrot.org/parrot/changeset/48526

Log:
[cage] update headerizing

Modified:
   trunk/src/pmc/bigint.pmc
   trunk/src/pmc/callcontext.pmc
   trunk/src/pmc/class.pmc
   trunk/src/pmc/eval.pmc
   trunk/src/pmc/imageio.pmc

Modified: trunk/src/pmc/bigint.pmc
==============================================================================
--- trunk/src/pmc/bigint.pmc	Mon Aug 16 17:14:13 2010	(r48525)
+++ trunk/src/pmc/bigint.pmc	Mon Aug 16 17:34:55 2010	(r48526)
@@ -699,7 +699,6 @@
 =item C<static void bigint_sub_bigint_int(PARROT_INTERP, PMC *self, INTVAL
 value, PMC *dest)>
 
-
 =cut
 
 */

Modified: trunk/src/pmc/callcontext.pmc
==============================================================================
--- trunk/src/pmc/callcontext.pmc	Mon Aug 16 17:14:13 2010	(r48525)
+++ trunk/src/pmc/callcontext.pmc	Mon Aug 16 17:34:55 2010	(r48526)
@@ -157,8 +157,6 @@
 =item C<static void ensure_positionals_storage(PARROT_INTERP, PMC *self, INTVAL
 size)>
 
-
-
 =cut
 
 */
@@ -182,8 +180,6 @@
 =item C<static void ensure_positionals_storage_ap(PARROT_INTERP, PMC *self,
 INTVAL size, INTVAL allocated_positionals)>
 
-
-
 =cut
 
 */
@@ -227,8 +223,6 @@
 
 =item C<static Pcc_cell* get_cell_at(PARROT_INTERP, PMC *self, INTVAL key)>
 
-
-
 =cut
 
 */
@@ -248,8 +242,6 @@
 
 =item C<static INTVAL autobox_intval(PARROT_INTERP, const Pcc_cell *cell)>
 
-
-
 =cut
 
 */
@@ -281,8 +273,6 @@
 
 =item C<static FLOATVAL autobox_floatval(PARROT_INTERP, const Pcc_cell *cell)>
 
-
-
 =cut
 
 */
@@ -314,8 +304,6 @@
 
 =item C<static STRING * autobox_string(PARROT_INTERP, const Pcc_cell *cell)>
 
-
-
 =cut
 
 */
@@ -348,8 +336,6 @@
 
 =item C<static PMC * autobox_pmc(PARROT_INTERP, Pcc_cell *cell, INTVAL type)>
 
-
-
 =cut
 
 */
@@ -388,8 +374,6 @@
 
 =item C<static Hash * get_hash(PARROT_INTERP, PMC *SELF)>
 
-
-
 =cut
 
 */
@@ -420,8 +404,6 @@
 
 =item C<static void mark_cell(PARROT_INTERP, Pcc_cell *c)>
 
-
-
 =cut
 
 */
@@ -451,8 +433,6 @@
 
 =item C<static void mark_positionals(PARROT_INTERP, PMC *self)>
 
-
-
 =cut
 
 */
@@ -479,8 +459,6 @@
 
 =item C<static void mark_hash(PARROT_INTERP, Hash *h)>
 
-
-
 =cut
 
 */
@@ -507,8 +485,6 @@
 
 =item C<static PMC * get_named_names(PARROT_INTERP, PMC *SELF)>
 
-
-
 =cut
 
 */

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc	Mon Aug 16 17:14:13 2010	(r48525)
+++ trunk/src/pmc/class.pmc	Mon Aug 16 17:34:55 2010	(r48526)
@@ -191,8 +191,6 @@
 
 =item C<static int pointer_compare(PARROT_INTERP, const void *a, const void *b)>
 
-
-
 =cut
 
 */
@@ -210,8 +208,6 @@
 =item C<static size_t key_hash_pointer(PARROT_INTERP, const void *value, size_t
 seed)>
 
-
-
 =cut
 
 */
@@ -228,8 +224,6 @@
 =item C<static int cache_class_attribs(PARROT_INTERP, PMC *cur_class, PMC
 *attrib_index, PMC *cache, int cur_index)>
 
-
-
 =cut
 
 */
@@ -489,8 +483,6 @@
 =item C<static void initialize_parents(PARROT_INTERP, PMC *object, PMC
 *all_parents)>
 
-
-
 =cut
 
 */
@@ -529,8 +521,6 @@
 =item C<static void initialize_parents_pmc(PARROT_INTERP, PMC *object, PMC
 *all_parents, PMC *init)>
 
-
-
 =cut
 
 */

Modified: trunk/src/pmc/eval.pmc
==============================================================================
--- trunk/src/pmc/eval.pmc	Mon Aug 16 17:14:13 2010	(r48525)
+++ trunk/src/pmc/eval.pmc	Mon Aug 16 17:34:55 2010	(r48526)
@@ -57,8 +57,6 @@
 =item C<static void clear_fixups(PARROT_INTERP, const Parrot_Sub_attributes
 *sub_data)>
 
-
-
 =cut
 
 */
@@ -95,8 +93,6 @@
 
 =item C<static PMC* get_sub(PARROT_INTERP, PMC *self, int idx)>
 
-
-
 =cut
 
 */
@@ -141,8 +137,6 @@
 
 =item C<static void mark_subs(PARROT_INTERP, PMC *self)>
 
-
-
 =cut
 
 */

Modified: trunk/src/pmc/imageio.pmc
==============================================================================
--- trunk/src/pmc/imageio.pmc	Mon Aug 16 17:14:13 2010	(r48525)
+++ trunk/src/pmc/imageio.pmc	Mon Aug 16 17:34:55 2010	(r48526)
@@ -127,8 +127,6 @@
 
 =item C<static opcode_t * GET_VISIT_CURSOR(const PMC *pmc)>
 
-
-
 =cut
 
 */
@@ -150,8 +148,6 @@
 
 =item C<static void SET_VISIT_CURSOR(PMC *pmc, const char *cursor)>
 
-
-
 =cut
 
 */
@@ -171,8 +167,6 @@
 
 =item C<static void INC_VISIT_CURSOR(PMC *pmc, UINTVAL inc)>
 
-
-
 =cut
 
 */
@@ -195,8 +189,6 @@
 
 =item C<static void create_buffer(PARROT_INTERP, PMC *pmc, PMC *info)>
 
-
-
 =cut
 
 */
@@ -270,8 +262,6 @@
 
 =item C<static INTVAL INFO_HAS_DATA(const PMC *io)>
 
-
-
 =cut
 
 */
@@ -290,8 +280,6 @@
 
 =item C<static PMC* id_list_get(PARROT_INTERP, const PMC *io, UINTVAL id)>
 
-
-
 =cut
 
 */
@@ -311,8 +299,6 @@
 
 =item C<static PMC * visit_todo_list_thaw(PARROT_INTERP, PMC* info)>
 
-
-
 =cut
 
 */
@@ -372,8 +358,6 @@
 
 =item C<static void visit_todo_list_freeze(PARROT_INTERP, PMC* pmc, PMC* info)>
 
-
-
 =cut
 
 */


More information about the parrot-commits mailing list