[svn:parrot] r37893 - trunk/src

coke at svn.parrot.org coke at svn.parrot.org
Fri Apr 3 18:42:29 UTC 2009


Author: coke
Date: Fri Apr  3 18:42:24 2009
New Revision: 37893
URL: https://trac.parrot.org/parrot/changeset/37893

Log:
[t/docs] add a placeholder for docs for this func.

Modified:
   trunk/src/packfile.c

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Fri Apr  3 16:13:45 2009	(r37892)
+++ trunk/src/packfile.c	Fri Apr  3 18:42:24 2009	(r37893)
@@ -480,6 +480,15 @@
 #define PAD_16_B(size) ((size) % 16 ? 16 - (size) % 16 : 0)
 
 #if TRACE_PACKFILE
+
+/*
+
+=item C<void Parrot_trace_eprintf(const char *s, ...)>
+
+=cut
+
+*/
+
 void
 Parrot_trace_eprintf(ARGIN(const char *s), ...)
 {


More information about the parrot-commits mailing list