[svn:parrot] r41855 - branches/pcc_reapply/include/parrot
tene at svn.parrot.org
tene at svn.parrot.org
Wed Oct 14 19:15:53 UTC 2009
Author: tene
Date: Wed Oct 14 19:15:52 2009
New Revision: 41855
URL: https://trac.parrot.org/parrot/changeset/41855
Log:
[pcc] Bump PARROT_MAX_ARGS to match trunk.
Modified:
branches/pcc_reapply/include/parrot/op.h
Modified: branches/pcc_reapply/include/parrot/op.h
==============================================================================
--- branches/pcc_reapply/include/parrot/op.h Wed Oct 14 14:17:38 2009 (r41854)
+++ branches/pcc_reapply/include/parrot/op.h Wed Oct 14 19:15:52 2009 (r41855)
@@ -15,7 +15,7 @@
#include "parrot/config.h"
-#define PARROT_MAX_ARGS 8
+#define PARROT_MAX_ARGS 16
typedef enum {
PARROT_INLINE_OP,
More information about the parrot-commits
mailing list