|
|
@@ -2,10 +2,10 @@ open Types
|
|
|
open Util
|
|
|
|
|
|
(* Unix command to call for C preprocessor:
|
|
|
- * -nostdinc : don't include from C stdlib
|
|
|
- * -C : don't remove comments
|
|
|
- * -traditional-cpp : don't remove excessive whitespaces, so that error
|
|
|
- * messages preserve correct character locations *)
|
|
|
+ * -nostdinc : Don't include from C stdlib
|
|
|
+ * -C : Don't remove comments
|
|
|
+ * -traditional-cpp : Don't remove excessive whitespaces, so that error
|
|
|
+ * messages preserve correct character locations *)
|
|
|
let cpp_cmd = "cpp -nostdinc -C -traditional-cpp"
|
|
|
|
|
|
let input_all ic =
|