소스 검색

[cpp] Start preprocessor command on new line

Hugh 9 년 전
부모
커밋
586cfca13f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gencpp.ml

+ 1 - 1
gencpp.ml

@@ -2511,7 +2511,7 @@ let gen_expression_tree ctx retval expression_tree set_var tail_code =
  let output_i = writer#write_i in
  let output = ctx.ctx_output in
 
- output "#if 0 //  { cppast \n";
+ output "\n#if 0 //  { cppast \n";
  output set_var;
 
  gen_cpp_ast_expression_tree ctx expression_tree;