~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to ocaml/coccilib.ml

  • Committer: Julia Lawall
  • Date: 2020-02-12 20:20:49 UTC
  • mfrom: (4831.1.13)
  • Revision ID: git-v1:bad1779ec17bb87a7ab35780713752c09092abe2
MergeĀ gitlab.inria.fr:coccinelle/coccinelle

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 (string, param_type list -> bool) Hashtbl.t =
89
89
  Hashtbl.create 11 (* Use prime number *)
90
90
 
 
91
let string_fcts :
 
92
 (string, param_type list -> string) Hashtbl.t =
 
93
  Hashtbl.create 11 (* Use prime number *)
 
94
 
91
95
let variables_to_merge: (unit -> string array) ref = ref (fun () -> [| |])
92
96
 
93
97
let merged_variables: string list array option ref = ref None