cvs commit: ponie/perl perl.c

[email protected] (Nicholas Clark) 6 May 2005 09:56:05 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     05/05/06 02:56:05

  Modified:    perl     perl.c
  Log:
  Avoid compiler warnings in initialising the structure.
  
  Revision  Changes    Path
  1.28      +1 -1      ponie/perl/perl.c
  
  Index: perl.c
  ===================================================================
  RCS file: /cvs/public/ponie/perl/perl.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- perl.c	5 May 2005 09:53:43 -0000	1.27
  +++ perl.c	6 May 2005 09:56:05 -0000	1.28
  @@ -271,7 +271,7 @@
   	  PONIE_PMC_INIT (PVIO),
   	  {Ponie_PMC_Perl5Pining, SVt_NULL, "Perl5Pining"},
   	  {Ponie_PMC_Perl5PVMG_mess, SVt_PVMG, "Perl5PVMG_mess"},
  -	  {Ponie_PMC_Perl5_MAX, NULL}
  +	  {0, 0, NULL}
   	};
         const Ponie_pmc_init *i = s;
         Parrot_Int max_type = 0;