Skip to content
Snippets Groups Projects
Commit 617ccc83 authored by sof's avatar sof
Browse files

[project @ 1997-07-27 09:13:50 by sof]

regexp change for usage lines
parent 8fc63848
No related merge requests found
......@@ -187,7 +187,7 @@ sub readHiFile {
} elsif ( /^_([a-z_]+)_$/ ) {
$now_in = $1;
} elsif ( $now_in eq 'usages' && /^(\S+)\s+(!\s+)?(\d+)\s+:: (.*)/ ) {
} elsif ( $now_in eq 'usages' && /^(\S+)\s+(!\s+)?(\d+)\s+::(.*)/ ) {
$Stuff{"$mod:usages"} .= $_; # save the whole thing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment