[svn:parrot] r38426 - trunk/src
coke at svn.parrot.org
coke at svn.parrot.org
Fri May 1 20:39:21 UTC 2009
Author: coke
Date: Fri May 1 20:39:20 2009
New Revision: 38426
URL: https://trac.parrot.org/parrot/changeset/38426
Log:
Rerun 'make headerizer' for this file
Fixes typo introduced in last commit, passes c_function_docs.t again.
Modified:
trunk/src/dynext.c
Modified: trunk/src/dynext.c
==============================================================================
--- trunk/src/dynext.c Fri May 1 19:24:52 2009 (r38425)
+++ trunk/src/dynext.c Fri May 1 20:39:20 2009 (r38426)
@@ -183,7 +183,7 @@
/*
-=item C<static PMC* is_loaded(PAROT_INTERP, STRING *path)>
+=item C<static PMC* is_loaded(PARROT_INTERP, STRING *path)>
Check if a C<ParrotLibrary> PMC with the filename path exists.
If it does, return it. Otherwise, return NULL.
More information about the parrot-commits
mailing list