permit multiline comments and strings in macros
[bpt/coccinelle.git] / globals / config.ml.in
... / ...
CommitLineData
1let version = "@COCCI_VERSION@"
2
3let path =
4 try (Sys.getenv "COCCINELLE_HOME")
5 with Not_found->"@prefix@/share/coccinelle"
6
7let std_iso = ref (Filename.concat path "standard.iso")
8let std_h = ref (Filename.concat path "standard.h")
9
10let dynlink_is_native = @DYNLINK_IS_NATIVE@