diff options
author | jjourdan <jjourdan@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-07-04 12:07:06 +0000 |
---|---|---|
committer | jjourdan <jjourdan@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-07-04 12:07:06 +0000 |
commit | 1761c3754e36ee1db9a536b61ab01ba6d252112c (patch) | |
tree | 7bf10e35901ce8f438e3293a030e33ab86d41558 /cparser | |
parent | 09e5a3fc4a0f03593a654ecb4285622f7e5abfb9 (diff) |
Make Alphabet.v compatible with an environnment where Containers is installed
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2521 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser')
-rw-r--r-- | cparser/validator/Alphabet.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/validator/Alphabet.v b/cparser/validator/Alphabet.v index f47f136..85a1689 100644 --- a/cparser/validator/Alphabet.v +++ b/cparser/validator/Alphabet.v @@ -290,10 +290,10 @@ apply all_list_forall. Defined. (** Definitions of [FSet]/[FMap] from [Comparable] **) -Require Import OrderedType. Require Import OrderedTypeAlt. Require FSetAVL. Require FMapAVL. +Import OrderedType. Module Type ComparableM. Parameter t : Type. |