cvs commit: ponie/perl perl.c
[email protected] (Arthur Bergman) 15 Dec 2003 10:26:46 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/12/15 02:26:45
Modified: perl perl.c
Log:
parrot changed to take parent, we don't have a parent
Revision Changes Path
1.4 +1 -1 ponie/perl/perl.c
Index: perl.c
===================================================================
RCS file: /cvs/public/ponie/perl/perl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- perl.c 9 Sep 2003 14:48:07 -0000 1.3
+++ perl.c 15 Dec 2003 10:26:45 -0000 1.4
@@ -208,7 +208,7 @@
/**
Init the Parrot thingy we embed
**/
- PL_Parrot = Parrot_new();
+ PL_Parrot = Parrot_new(0);
Parrot_init(PL_Parrot);