summaryrefslogtreecommitdiffstats
path: root/libtommath/booker.pl
diff options
context:
space:
mode:
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($_);