summaryrefslogtreecommitdiff
path: root/src/c_backend.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_backend.mli')
-rw-r--r--src/c_backend.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_backend.mli b/src/c_backend.mli
index 142a5ed5..6e175ad7 100644
--- a/src/c_backend.mli
+++ b/src/c_backend.mli
@@ -70,7 +70,7 @@ type ctx
should be the environment returned by typechecking the full AST. *)
val initial_ctx : Env.t -> ctx
-val compile_ast : ctx -> tannot Ast.defs -> unit
+val compile_ast : ctx -> string list -> tannot Ast.defs -> unit
val bytecode_ast : ctx -> (cdef list -> cdef list) -> tannot Ast.defs -> cdef list