aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/subtac/g_subtac.ml4
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-01-20 20:13:51 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-01-20 20:13:51 +0000
commit033d8f9628c54218378ee539648b6df6bfcbdb1e (patch)
tree83d2d5236a88be2dff6e6c22c57a432444ca1f79 /plugins/subtac/g_subtac.ml4
parent15f7e93adeb4342f6c255bdb2cf624a98b28034a (diff)
Reverted previous commit, which broke library compilation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14925 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/subtac/g_subtac.ml4')
-rw-r--r--plugins/subtac/g_subtac.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/subtac/g_subtac.ml4 b/plugins/subtac/g_subtac.ml4
index de994d915..89fbd6ffa 100644
--- a/plugins/subtac/g_subtac.ml4
+++ b/plugins/subtac/g_subtac.ml4
@@ -52,8 +52,8 @@ GEXTEND Gram
GLOBAL: subtac_gallina_loc typeclass_constraint subtac_withtac;
subtac_gallina_loc:
- [ [ Vernac.locality; g = Vernac.gallina -> loc, g
- | Vernac.locality; g = Vernac.gallina_ext -> loc, g ] ]
+ [ [ g = Vernac.gallina -> loc, g
+ | g = Vernac.gallina_ext -> loc, g ] ]
;
subtac_withtac: