dougm       01/02/22 00:43:05

  Modified:    lib/Apache ParseSource.pm
  Log:
  want CORE_PRIVATE functions too
  
  Revision  Changes    Path
  1.7       +1 -0      modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ParseSource.pm    2001/02/18 21:52:51     1.6
  +++ ParseSource.pm    2001/02/22 08:43:04     1.7
  @@ -51,6 +51,7 @@
       my $c = C::Scan->new(filename => $self->{scan_filename});
   
       $c->set(includeDirs => $self->includes);
  +    $c->set(Defines => '-DCORE_PRIVATE');
   
       bless $c, 'Apache::ParseSource::Scan';
   }
  
  
  

Reply via email to