aboutsummaryrefslogtreecommitdiffstats
path: root/caml/PrintPPC.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-03-09 09:38:44 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-03-09 09:38:44 +0000
commitb6e17910ddf7874e2d6d02623414674a654f9fcc (patch)
tree2f4c1a4da309e07cfa80535f63aef604150c519d /caml/PrintPPC.ml
parenta0a5ac6bdf9450a57c2306aeda4b4add980c79bd (diff)
downloadcompcert-b6e17910ddf7874e2d6d02623414674a654f9fcc.tar.gz
compcert-b6e17910ddf7874e2d6d02623414674a654f9fcc.zip
Renommage List -> CList lors de l'extraction
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@8 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'caml/PrintPPC.ml')
-rw-r--r--caml/PrintPPC.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/caml/PrintPPC.ml b/caml/PrintPPC.ml
index 3edcb2ba..b9eb7286 100644
--- a/caml/PrintPPC.ml
+++ b/caml/PrintPPC.ml
@@ -4,7 +4,7 @@
open Printf
open Datatypes
-open List
+open CList
open Camlcoq
open AST
open PPC