permit multiline comments and strings in macros
[bpt/coccinelle.git] / extra / classic_patch.mli
CommitLineData
34e49164
C
1open Common
2
ae4735db 3(* used by tools/split_patch *)
34e49164
C
4
5type patch = patchitem list
6 and patchitem = File of filename * string (* header line *) * string list
7
8val parse_patch : filename -> patch
9val unparse_patch : patch -> filename (* outfile *) -> unit