diff options
Diffstat (limited to 'parsing/pcoq.ml4')
-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] |