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

barney at svn.parrot.org barney at svn.parrot.org
Mon Jun 8 14:33:04 UTC 2009


Author: barney
Date: Mon Jun  8 14:33:03 2009
New Revision: 39451
URL: https://trac.parrot.org/parrot/changeset/39451

Log:
[t] a saner name for a variable

Modified:
   trunk/t/library/pcre.t

Modified: trunk/t/library/pcre.t
==============================================================================
--- trunk/t/library/pcre.t	Mon Jun  8 13:22:31 2009	(r39450)
+++ trunk/t/library/pcre.t	Mon Jun  8 14:33:03 2009	(r39451)
@@ -58,9 +58,9 @@
     lib_paths = interp[.IGLOBALS_LIB_PATHS]
 
     # XXX - hard-coded magic constant (should be PARROT_LIB_PATH_DYNEXT)
-    .local pmc include_paths
-    include_paths = lib_paths[2]
-    unshift include_paths, '$pcre_libpath'
+    .local pmc dynext_path
+    dynext_path = lib_paths[2]
+    unshift dynext_path, '$pcre_libpath'
 
     load_bytecode 'pcre.pbc'
     .local pmc func


More information about the parrot-commits mailing list