Skip to content
Snippets Groups Projects
Commit 965d8f8c authored by Thibault Martin's avatar Thibault Martin
Browse files

Merge branch 'fix/headers/missing-last-line' into 'master'

Fix headers following !4591

See merge request frama-c/frama-c!4601
parents ef1a407e d476fc9c
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(** The C Lexer. *)
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(* FrontC -- lexical analyzer
......
......@@ -39,6 +39,7 @@
/* énergies alternatives) */
/* and INRIA (Institut National de Recherche en Informatique */
/* et Automatique). */
/* */
/****************************************************************************/
/* 3.22.99 Hugues Cass<E9> First version.
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(* Copied and modified from [cil/src/errormsg.ml] *)
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(** The module stores the current file,line, and working directory in a
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(* We provide here a pointer to a function. It will be set by the lexer and
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
val add_identifier: (string -> unit) ref
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
module H = Hashtbl
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(** Alpha conversion. *)
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(* Modified by TrustInSoft *)
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(** Registers a new hook that will be applied each time a side-effect free
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(* Authors: Aman Bhargava, S. P. Rahul *)
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(** Code to compute the control-flow graph of a function or file.
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
let parse_to_cabs (path : Datatype.Filepath.t) =
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(** add a syntactic transformation that will be applied to all freshly parsed
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(* mergecil.ml *)
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(*
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
open Cil_types
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
(*
......
......@@ -39,6 +39,7 @@
(* énergies alternatives) *)
(* and INRIA (Institut National de Recherche en Informatique *)
(* et Automatique). *)
(* *)
(****************************************************************************)
let dkey = Kernel.dkey_rmtmps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment