aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Rename.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-05-19 18:07:08 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-05-19 18:07:08 +0200
commit50ed2827867238a98f2036f799d4d6f354a2581c (patch)
tree5efa4083cd9de0faa04430d48f56c9e186a8e5e7 /cparser/Rename.mli
parent6885cf5c6cf05886a7dd09a3d4bfad079b628376 (diff)
downloadcompcert-kvx-50ed2827867238a98f2036f799d4d6f354a2581c.tar.gz
compcert-kvx-50ed2827867238a98f2036f799d4d6f354a2581c.zip
Added flag for the renaming of static functions.
Diffstat (limited to 'cparser/Rename.mli')
-rw-r--r--cparser/Rename.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Rename.mli b/cparser/Rename.mli
index 818a51bc..c4ef2228 100644
--- a/cparser/Rename.mli
+++ b/cparser/Rename.mli
@@ -13,4 +13,4 @@
(* *)
(* *********************************************************************)
-val program : C.program -> C.program
+val program : C.program -> string -> C.program