cvs commit: ponie/perl sv.c

[email protected] (Arthur Bergman) 29 Feb 2004 18:20:49 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     04/02/29 10:20:49

  Modified:    perl     sv.c
  Log:
  Set the correct values on new lvalues
  
  Revision  Changes    Path
  1.11      +0 -2      ponie/perl/sv.c
  
  Index: sv.c
  ===================================================================
  RCS file: /cvs/public/ponie/perl/sv.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -w -r1.10 -r1.11
  --- sv.c	29 Feb 2004 18:02:19 -0000	1.10
  +++ sv.c	29 Feb 2004 18:20:49 -0000	1.11
  @@ -1557,8 +1557,6 @@
       case SVt_PVLV:
   	SvANY(sv)       = new_XPVLV();
   	SvPMC_on(sv);
  -	break;
  -	FIXME("lv..");
   	SvPVX(sv)	= pv;
   	SvCUR(sv)	= cur;
   	SvLEN(sv)	= len;