Re: Updated doc and some code to reflect new Parrot_new() interface
On Wednesday 15 September 2004 14:56, StÃphane Payrard wrote: > Updated doc and some code to reflect new Parrot_new() interface Thanks, applied. (Even though src/test_main.c is no longer used.) jens
Updated doc and some code to reflect new Parrot_new() interface
--- ./src/test_main.c.old 2004-01-29 15:49:44.0 +0100 +++ ./src/test_main.c 2004-09-15 14:47:07.113244016 +0200 @@ -72,7 +72,7 @@ char *filename; Parrot_PackFile pf; -interpreter = Parrot_new(); +interpreter = Parrot_new(NULL); if (!interpreter) {