Author: Whiteknight
Date: Sun Nov 9 04:54:41 2008
New Revision: 32467
Modified:
branches/calling_conventions/src/inter_call.c
Log:
[calling_conventions] Sanity check: make it compile.
Modified: branches/calling_conventions/src/inter_call.c
==============================================================================
--- branches/calling_conventions/src/inter_call.c (original)
+++ branches/calling_conventions/src/inter_call.c Sun Nov 9 04:54:41 2008
@@ -2423,7 +2423,7 @@
/* Set this flag to 1 if we are using the "new" unified version of this
function. The new version breaks the build and all sorts of tests,
so turn it off when you're done with it. */
-#define PARROT_PCCINVOKE_UNIFIED_FLAG 1
+#define PARROT_PCCINVOKE_UNIFIED_FLAG 0
#if PARROT_PCCINVOKE_UNIFIED_FLAG