aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coqtags
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coqtags')
-rwxr-xr-xcoq/coqtags2
1 files changed, 1 insertions, 1 deletions
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"; }