dougm 01/02/27 23:53:08
Modified: lib/Apache ParseSource.pm
Log:
pickup a few more non-prefixed typedef structs
Revision Changes Path
1.9 +3 -1 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ParseSource.pm 2001/02/28 05:38:10 1.8
+++ ParseSource.pm 2001/02/28 07:53:07 1.9
@@ -224,7 +224,9 @@
my %seen;
my $prefix = join '|', qw(ap_ apr_ apu_);
- my $other = join '|', qw(_rec module);
+ my $other = join '|', qw(_rec module
+ piped_log uri_components htaccess_result
+ cmd_parms cmd_func cmd_how);
my @structures;
my $sx = qr(^struct\s+);
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm stas
- cvs commit: modperl-2.0/lib/Apache ParseSource.pm dougm
