[svn:parrot] r41643 - branches/pcc_reapply/src/call

allison at svn.parrot.org allison at svn.parrot.org
Sat Oct 3 18:59:12 UTC 2009


Author: allison
Date: Sat Oct  3 18:59:10 2009
New Revision: 41643
URL: https://trac.parrot.org/parrot/changeset/41643

Log:
[pcc] Move header file with the function that used it.

Modified:
   branches/pcc_reapply/src/call/args.c

Modified: branches/pcc_reapply/src/call/args.c
==============================================================================
--- branches/pcc_reapply/src/call/args.c	Sat Oct  3 17:14:42 2009	(r41642)
+++ branches/pcc_reapply/src/call/args.c	Sat Oct  3 18:59:10 2009	(r41643)
@@ -21,6 +21,7 @@
 #include "parrot/oplib/ops.h"
 #include "parrot/runcore_api.h"
 #include "args.str"
+#include "../pmc/pmc_key.h"
 
 /* HEADERIZER HFILE: include/parrot/call.h */
 


More information about the parrot-commits mailing list