aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
Diffstat (limited to 'cparser')
-rw-r--r--cparser/pre_parser.mly2
-rw-r--r--cparser/validator/Alphabet.v4
2 files changed, 3 insertions, 3 deletions
diff --git a/cparser/pre_parser.mly b/cparser/pre_parser.mly
index 21008f1c..27502a3b 100644
--- a/cparser/pre_parser.mly
+++ b/cparser/pre_parser.mly
@@ -23,7 +23,7 @@
*)
%{
- open Pre_parser_aux
+ open !Pre_parser_aux
let set_id_type (_,r,_) t =
r := t
diff --git a/cparser/validator/Alphabet.v b/cparser/validator/Alphabet.v
index 13718cd5..db850860 100644
--- a/cparser/validator/Alphabet.v
+++ b/cparser/validator/Alphabet.v
@@ -199,8 +199,8 @@ Next Obligation. apply Zcompare_antisym. Qed.
Next Obligation.
destruct c. unfold compare31 in *.
rewrite Z.compare_eq_iff in *. congruence.
-eapply Zcompare_Lt_trans; eauto.
-eapply Zcompare_Gt_trans; eauto.
+eapply Zcompare_Lt_trans. apply H. apply H0.
+eapply Zcompare_Gt_trans. apply H. apply H0.
Qed.
Next Obligation.
intros x y H. unfold compare, compare31 in H.