Author: leo
Date: Mon Sep 26 01:50:16 2005
New Revision: 9249
Modified:
branches/leo-ctx5/src/inter_run.c
Log:
add FIXME for arg count limitation
Modified: branches/leo-ctx5/src/inter_run.c
==============================================================================
--- branches/leo-ctx5/src/inter_run.c (original)
+++ branches/leo-ctx5/src/inter_run.c Mon Sep 26 01:50:16 2005
@@ -145,6 +145,9 @@ runops_args(Parrot_Interp interpreter, P
struct parrot_regs_t *bp;
parrot_context_t old_ctx;
int i;
+ /*
+ * FIXME argument count limited - check strlen of sig
+ */
char new_sig[10];
const char *sig_p;