[svn:parrot] r37679 - in trunk/src: . dynpmc

coke at svn.parrot.org coke at svn.parrot.org
Tue Mar 24 14:00:36 UTC 2009


Author: coke
Date: Tue Mar 24 14:00:36 2009
New Revision: 37679
URL: https://trac.parrot.org/parrot/changeset/37679

Log:
Pass some codingstd tests.

Modified:
   trunk/src/dynpmc/pair.pmc   (contents, props changed)
   trunk/src/library.c

Modified: trunk/src/dynpmc/pair.pmc
==============================================================================
--- trunk/src/dynpmc/pair.pmc	Tue Mar 24 13:50:01 2009	(r37678)
+++ trunk/src/dynpmc/pair.pmc	Tue Mar 24 14:00:36 2009	(r37679)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2005-2009, Parrot Foundation.
-$Id: pair.pmc 36832 2009-02-17 19:58:58Z allison $
+$Id$
 
 =head1 NAME
 

Modified: trunk/src/library.c
==============================================================================
--- trunk/src/library.c	Tue Mar 24 13:50:01 2009	(r37678)
+++ trunk/src/library.c	Tue Mar 24 14:00:36 2009	(r37679)
@@ -647,7 +647,7 @@
 
 =item C<STRING* Parrot_locate_runtime_file_str>
 
-Like above but use and return STRINGs. 
+Like above but use and return STRINGs.
 
 Locate the full path for C<file_name> and the given file type(s). If
 successful, returns a C-string allocated with C<Parrot_str_to_cstring> or


More information about the parrot-commits mailing list