summaryrefslogtreecommitdiffstats
path: root/libtommath/booker.pl
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-09-26 16:31:55 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-09-26 16:31:55 (GMT)
commit36537913f69228c5a11335a42637feba36c96677 (patch)
treee0c3d30912f2b67d620d935f3dead47ac4f3533d /libtommath/booker.pl
parentd2b645df1ab7b43093f7553808c64fedaa3b3a49 (diff)
downloadtcl-36537913f69228c5a11335a42637feba36c96677.zip
tcl-36537913f69228c5a11335a42637feba36c96677.tar.gz
tcl-36537913f69228c5a11335a42637feba36c96677.tar.bz2
Import of libtommath 0.36
Diffstat (limited to 'libtommath/booker.pl')
-rw-r--r--libtommath/booker.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtommath/booker.pl b/libtommath/booker.pl
index 5c77e53..f419ab4 100644
--- a/libtommath/booker.pl
+++ b/libtommath/booker.pl
@@ -89,6 +89,9 @@ while (<IN>) {
$inline = 0;
while (<SRC>) {
+ next if ($_ =~ /\$Source/);
+ next if ($_ =~ /\$Revision/);
+ next if ($_ =~ /\$Date/);
$text[$line++] = $_;
++$inline;
chomp($_);