From 94439d50451ad4a3e14c705dc2774c76e6530074 Mon Sep 17 00:00:00 2001 From: Hendrik Tews Date: Tue, 17 Jan 2017 15:55:13 +0100 Subject: fix coqtags @psteckler I believe you have this patch already in your branch. --- coq/coqtags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coq/coqtags b/coq/coqtags index 6d874e9d..76b5bcc9 100755 --- a/coq/coqtags +++ b/coq/coqtags @@ -52,7 +52,7 @@ while(<>) { $tagstring.=$1."\177".$8."\001".$lp.",".$cp."\n"; } elsif($stmt=~/^([ \t]*((Axiom)|(Hypothesis)|(Parameter)|(Variable))\s+[\w\']+)/) - { do adddecs($stmt,$1) } + { adddecs($stmt,$1); } elsif($stmt=~/^([ \t]*((Definition)|(Fixpoint)|(Inductive))\s+[\w\']+)/) { $tagstring.=$1."\177".$6."\001".$lp.",".$cp."\n"; } -- cgit v1.2.3