diff options
author | pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-07-27 12:32:37 +0000 |
---|---|---|
committer | pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-07-27 12:32:37 +0000 |
commit | 6c03e540c5e4461432c4e1937ce5cbbbb148e145 (patch) | |
tree | e9d59bc7e83351e839ad50aa52e8c8fb1619770f /parsing | |
parent | c92b4958fdb316432e2499a15052a8799ebd04e8 (diff) |
Oversight in revision 14292.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14305 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
-rw-r--r-- | parsing/pcoq.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsing/pcoq.ml4 b/parsing/pcoq.ml4 index e96bd6a70..075440f1c 100644 --- a/parsing/pcoq.ml4 +++ b/parsing/pcoq.ml4 @@ -463,6 +463,7 @@ let default_pattern_levels = 100,RightA,false; 99,RightA,true; 10,LeftA,false; + 9,RightA,false; 1,LeftA,false; 0,RightA,false] |