Browse Source

* fixed mnemosyne.pl to properly generate the list of nodes of the digraph

legacy/multilib
Alejandro Mery 20 years ago
parent
commit
9d55734dc6
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      mnemosyne.pl

+ 1
- 3
mnemosyne.pl

@ -240,12 +240,10 @@ sub process_modules {
}
if (! $related) {
print $WRITE "$module->{var}\n";
$i++;
print $WRITE "$module->{var} IGNORE_TOKEN\n";
}
}
print $WRITE "IGNORE_TOKEN\n" unless ( $i % 2 == 0);
close($WRITE);
# and populate the sorted list

Loading…
Cancel
Save