cvsuser     02/12/13 13:37:46

  Modified:    .        assemble.pl
  Log:
    * Add missing initializer.
  
  Revision  Changes    Path
  1.96      +1 -1      parrot/assemble.pl
  
  Index: assemble.pl
  ===================================================================
  RCS file: /cvs/public/parrot/assemble.pl,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -w -r1.95 -r1.96
  --- assemble.pl       2 Nov 2002 04:36:05 -0000       1.95
  +++ assemble.pl       13 Dec 2002 21:37:46 -0000      1.96
  @@ -144,7 +144,7 @@
   
   sub new {
     my $class = shift;
  -  my $self;
  +  my $self = { };
     #
     # Read the files, strip leading and trailing whitespace, and put the lines
     # into an array in $self->{cur_contents}.
  
  
  


Reply via email to