aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Transform.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-05-05 12:07:26 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-05-05 12:07:26 +0200
commit684fd1a0989e6daa3bc20ddba925481a4f2182bf (patch)
tree1c6275fd1c4b8af029561aa362034078b8c2cbba /cparser/Transform.mli
parentbe6875023bc0b33701042cdf923cd9e07b4fb316 (diff)
parente9fa9cbdc761f8c033e9b702f7485982faed3f7d (diff)
downloadcompcert-684fd1a0989e6daa3bc20ddba925481a4f2182bf.tar.gz
compcert-684fd1a0989e6daa3bc20ddba925481a4f2182bf.zip
Merge branch 'master' into json_export
Diffstat (limited to 'cparser/Transform.mli')
-rw-r--r--cparser/Transform.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/cparser/Transform.mli b/cparser/Transform.mli
index 718a2f9c..57a4737b 100644
--- a/cparser/Transform.mli
+++ b/cparser/Transform.mli
@@ -50,8 +50,10 @@ val expand_postincrdecr :
(** Generic transformation of a statement *)
-val stmt : (C.location -> Env.t -> context -> C.exp -> C.exp) ->
- Env.t -> C.stmt -> C.stmt
+val stmt :
+ expr: (C.location -> Env.t -> context -> C.exp -> C.exp) ->
+ ?decl: (Env.t -> C.decl -> C.decl) ->
+ Env.t -> C.stmt -> C.stmt
(** Generic transformation of a function definition *)