]> matita.cs.unibo.it Git - pkg-cerco/acc-trusted.git/blob - cparser/Errors.mli
Imported Upstream version 0.1
[pkg-cerco/acc-trusted.git] / cparser / Errors.mli
1 (* *********************************************************************)
2 (*                                                                     *)
3 (*              The Compcert verified compiler                         *)
4 (*                                                                     *)
5 (*          Xavier Leroy, INRIA Paris-Rocquencourt                     *)
6 (*                                                                     *)
7 (*  Copyright Institut National de Recherche en Informatique et en     *)
8 (*  Automatique.  All rights reserved.  This file is distributed       *)
9 (*  under the terms of the GNU General Public License as published by  *)
10 (*  the Free Software Foundation, either version 2 of the License, or  *)
11 (*  (at your option) any later version.  This file is also distributed *)
12 (*  under the terms of the INRIA Non-Commercial License Agreement.     *)
13 (*                                                                     *)
14 (* *********************************************************************)
15
16 val warn_error : bool ref
17 val reset : unit -> unit
18 exception Abort
19 val fatal_error : ('a, Format.formatter, unit, unit, unit, 'b) format6 -> 'a
20 val error : ('a, Format.formatter, unit, unit, unit, unit) format6 -> 'a
21 val warning : ('a, Format.formatter, unit, unit, unit, unit) format6 -> 'a
22 val check_errors : unit -> bool