- Try to do better pretty printing when array elements are individually
[bpt/coccinelle.git] / globals / config.ml.in
CommitLineData
feec80c3 1let version = "@COCCI_VERSION@"
34e49164 2
7f004419
C
3let path =
4 try (Sys.getenv "COCCINELLE_HOME")
feec80c3 5 with Not_found->"@prefix@/share/coccinelle"
34e49164
C
6
7let std_iso = ref (Filename.concat path "standard.iso")
8let std_h = ref (Filename.concat path "standard.h")
174d1640 9
feec80c3 10let dynlink_is_native = @DYNLINK_IS_NATIVE@