[svn:parrot] r41598 - trunk/src

bacek at svn.parrot.org bacek at svn.parrot.org
Thu Oct 1 22:19:20 UTC 2009


Author: bacek
Date: Thu Oct  1 22:19:16 2009
New Revision: 41598
URL: https://trac.parrot.org/parrot/changeset/41598

Log:
[cage] Remove wrong description in Parrot_locate_runtime_file_str.

Modified:
   trunk/src/library.c

Modified: trunk/src/library.c
==============================================================================
--- trunk/src/library.c	Thu Oct  1 20:32:10 2009	(r41597)
+++ trunk/src/library.c	Thu Oct  1 22:19:16 2009	(r41598)
@@ -640,9 +640,7 @@
 =item C<STRING* Parrot_locate_runtime_file_str(PARROT_INTERP, STRING *file,
 enum_runtime_ft type)>
 
-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
-NULL otherwise.  Remember to free the string with C<Parrot_str_free_cstring()>.
+Locate the full path for C<file_name> and the given file type(s).
 
 The C<enum_runtime_ft type> is one or more of the types defined in
 F<include/parrot/library.h>.


More information about the parrot-commits mailing list