[svn:parrot] r41752 - trunk/include/parrot
whiteknight at svn.parrot.org
whiteknight at svn.parrot.org
Wed Oct 7 18:25:03 UTC 2009
Author: whiteknight
Date: Wed Oct 7 18:25:01 2009
New Revision: 41752
URL: https://trac.parrot.org/parrot/changeset/41752
Log:
[ops] bump PARROT_MAX_ARGS from 8 to 16 to allow for a new class of overly-complicated ops. cotto++
Modified:
trunk/include/parrot/op.h
Modified: trunk/include/parrot/op.h
==============================================================================
--- trunk/include/parrot/op.h Wed Oct 7 08:01:42 2009 (r41751)
+++ trunk/include/parrot/op.h Wed Oct 7 18:25:01 2009 (r41752)
@@ -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