Please control this before actually applying if it is indeed ok.

Apparently the 'init_world()' function needs to be called before
anybody can 'make_interpreter(0)'.  Anyway (since Im really a new
new here..) is this small prog needed?  Seems to be doing more or
less the same thing as 'disassemble.pl' (?).

Thanks,
Stephane


Index: pdump.c
===================================================================
RCS file: /cvs/public/parrot/pdump.c,v
retrieving revision 1.12
diff -r1.12 pdump.c
23c23
<     struct Parrot_Interp *interpreter = make_interpreter(0);
---
 >     struct Parrot_Interp *interpreter;

Reply via email to