- Timestamp:
- Mar 29, 2010, 4:11:45 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/pspsSchema2xml.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/pspsSchema2xml.pl
r27520 r27522 209 209 } 210 210 211 if($reading && $_ =~ m/^\ )/) {$reading = 0;}211 if($reading && $_ =~ m/^\s*\)\s*/) {$reading = 0;} 212 212 213 213 if(!$reading) {next;} … … 218 218 if (!$line) {next;} 219 219 if (length($line) < 5) {next;} 220 if ($line =~ m/^ --/) {next;}220 if ($line =~ m/^\s*--/) {next;} 221 221 if ($line =~ m/\/\*/) {next;} 222 222 if ($line =~ m/\*\//) {next;}
Note:
See TracChangeset
for help on using the changeset viewer.
