summaryrefslogtreecommitdiff
path: root/src/initial_check.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/initial_check.mli')
-rw-r--r--src/initial_check.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/initial_check.mli b/src/initial_check.mli
index 2a6b8349..01cf3bec 100644
--- a/src/initial_check.mli
+++ b/src/initial_check.mli
@@ -9,6 +9,14 @@
(* Robert Norton-Wright *)
(* Christopher Pulte *)
(* Peter Sewell *)
+(* Alasdair Armstrong *)
+(* Brian Campbell *)
+(* Thomas Bauereiss *)
+(* Anthony Fox *)
+(* Jon French *)
+(* Dominic Mulligan *)
+(* Stephen Kell *)
+(* Mark Wassell *)
(* *)
(* All rights reserved. *)
(* *)
@@ -44,6 +52,7 @@ open Ast
open Ast_util
val opt_undefined_gen : bool ref
+val opt_magic_hash : bool ref
val process_ast : order -> Parse_ast.defs -> unit defs