[svn:parrot] r45912 - branches/string_consting/src

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Apr 22 13:08:00 UTC 2010


Author: bacek
Date: Thu Apr 22 13:07:59 2010
New Revision: 45912
URL: https://trac.parrot.org/parrot/changeset/45912

Log:
Rerun headerizer

Modified:
   branches/string_consting/src/spf_render.c

Modified: branches/string_consting/src/spf_render.c
==============================================================================
--- branches/string_consting/src/spf_render.c	Thu Apr 22 13:05:14 2010	(r45911)
+++ branches/string_consting/src/spf_render.c	Thu Apr 22 13:07:59 2010	(r45912)
@@ -114,8 +114,8 @@
 
 /*
 
-=item C<static STRING * handle_flags(PARROT_INTERP, const SpfInfo *info, STRING
-*str, INTVAL is_int_type, STRING* prefix)>
+=item C<static STRING * handle_flags(PARROT_INTERP, const SpfInfo *info, const
+STRING *str, INTVAL is_int_type, const STRING* prefix)>
 
 Handles C<+>, C<->, C<0>, C<#>, space, width, and prec.
 
@@ -219,7 +219,7 @@
 /*
 
 =item C<static STRING* str_concat_w_flags(PARROT_INTERP, STRING *dest, const
-SpfInfo *info, STRING *src, STRING *prefix)>
+SpfInfo *info, STRING *src, const STRING *prefix)>
 
 Used by Parrot_sprintf_format.  Prepends supplied prefix for numeric
 values. (e.g. 0x for hex.)


More information about the parrot-commits mailing list