[svn:parrot] r42516 - trunk/src

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Sat Nov 14 20:08:09 UTC 2009


Author: whiteknight
Date: Sat Nov 14 20:08:08 2009
New Revision: 42516
URL: https://trac.parrot.org/parrot/changeset/42516

Log:
add quick note to the code about TT #1270

Modified:
   trunk/src/utils.c

Modified: trunk/src/utils.c
==============================================================================
--- trunk/src/utils.c	Sat Nov 14 20:05:19 2009	(r42515)
+++ trunk/src/utils.c	Sat Nov 14 20:08:08 2009	(r42516)
@@ -544,6 +544,7 @@
 tm_to_array(PARROT_INTERP, ARGIN(const struct tm *tm))
 {
     ASSERT_ARGS(tm_to_array)
+    /* TT #1270 Should make this a FixedIntegerArray instead of an Array */
     PMC * const Array = pmc_new(interp, enum_class_Array);
 
     VTABLE_set_integer_native(interp, Array, 9);


More information about the parrot-commits mailing list