ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/Switcher.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/Switcher.pm (file contents):
Revision 1.18 by sashby, Fri Oct 11 14:23:24 2002 UTC vs.
Revision 1.19 by sashby, Tue Oct 15 15:56:21 2002 UTC

# Line 105 | Line 105 | sub parse {
105  
106          # Start file processing
107          while ( ($_=<$filehandle>) ) {
108 <         # Skip lines that start with a hash. A better way
108 >         $self->{linecount}++;
109 >         # Skip lines that start with a hash. A better way
110           # of adding comments than ignore tags:
111           next if (/^#/);
111         $self->{linecount}++;
112           $self->{currentline}=$_;
113           $self->{stringpos}=0;
114           while ( ($char=$self->_nextchar()) ne "" ) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines