aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
authorPierre Letouzey <pierre.letouzey@inria.fr>2017-06-06 17:50:04 +0200
committerPierre Letouzey <pierre.letouzey@inria.fr>2017-06-06 17:50:10 +0200
commit8dac286930288a1e7dfa39e030d58cfd5714d8d3 (patch)
tree640e443c8b598fd62ce1cfa7312ce56f8ef9ac42 /cparser
parent47f63df0a43209570de224f28cf53da6a758df16 (diff)
downloadcompcert-8dac286930288a1e7dfa39e030d58cfd5714d8d3.tar.gz
compcert-8dac286930288a1e7dfa39e030d58cfd5714d8d3.zip
Alphabet.v compiles even without the hints of BigNumPrelude
BigNumPrelude will soon leave Coq stdlib with the rest of the bignum library (apart from Int31 files) to become a separate package. With this (very minor) patch, Compcert compiles with or without the hints declared in BigNumPrelude.
Diffstat (limited to 'cparser')
-rw-r--r--cparser/validator/Alphabet.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/validator/Alphabet.v b/cparser/validator/Alphabet.v
index 2d7f8ff9..ca71bf59 100644
--- a/cparser/validator/Alphabet.v
+++ b/cparser/validator/Alphabet.v
@@ -249,7 +249,7 @@ erewrite <- IHn, <- Zabs_nat_Zsucc in H |- *; eauto; try omega.
rewrite phi_incr, Zmod_small; intuition; try omega.
apply inj_lt in H.
pose proof Zle_le_succ.
-do 2 rewrite inj_Zabs_nat, Zabs_eq in H; eauto.
+do 2 rewrite inj_Zabs_nat, Zabs_eq in H; now eauto.
Qed.
(** Previous class instances for [option A] **)