permit multiline comments and strings in macros
[bpt/coccinelle.git] / parsing_c / token_annot.mli
CommitLineData
abad11c5
C
1type annot_key =
2 Exclude_start
3 | Exclude_end
4
5type annot_val =
6 Unit
7
8type annots
9
10val empty : annots
11val get_annot : annots -> annot_key -> annot_val option
12val put_annot : annot_key -> annot_val -> annots -> annots