diff options
| author | herbelin | 2004-07-16 21:04:34 +0000 |
|---|---|---|
| committer | herbelin | 2004-07-16 21:04:34 +0000 |
| commit | f723ccc84f515615a75a030d304c89f6c5f06af9 (patch) | |
| tree | bcf811178e74a1d6a4a2297862f5f6108a196d24 /lib/compat.ml4 | |
| parent | 56ba53113c03907a3d4e0528b14ff5c5ffcc9b61 (diff) | |
Mise en place mécanisme de compatibilité ocaml 3.08
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5930 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib/compat.ml4')
| -rw-r--r-- | lib/compat.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compat.ml4 b/lib/compat.ml4 new file mode 100644 index 0000000000..57c7915e30 --- /dev/null +++ b/lib/compat.ml4 @@ -0,0 +1 @@ +type loc = int * int let dummy_loc = 0, 0 let unloc x = x let make_loc x = x |
