[svn:parrot] r39452 - trunk/t/library

barney at svn.parrot.org barney at svn.parrot.org
Mon Jun 8 14:49:34 UTC 2009


Author: barney
Date: Mon Jun  8 14:49:34 2009
New Revision: 39452
URL: https://trac.parrot.org/parrot/changeset/39452

Log:
Add trac ticket number to a TODO comment

Modified:
   trunk/t/library/pcre.t

Modified: trunk/t/library/pcre.t
==============================================================================
--- trunk/t/library/pcre.t	Mon Jun  8 14:33:03 2009	(r39451)
+++ trunk/t/library/pcre.t	Mon Jun  8 14:49:34 2009	(r39452)
@@ -57,7 +57,7 @@
     .local pmc lib_paths
     lib_paths = interp[.IGLOBALS_LIB_PATHS]
 
-    # XXX - hard-coded magic constant (should be PARROT_LIB_PATH_DYNEXT)
+    # TT #747 - hard-coded magic constant (should be PARROT_LIB_PATH_DYNEXT)
     .local pmc dynext_path
     dynext_path = lib_paths[2]
     unshift dynext_path, '$pcre_libpath'


More information about the parrot-commits mailing list