Explorar o código

[cpp] Start preprocessor command on new line

Hugh %!s(int64=9) %!d(string=hai) anos
pai
achega
586cfca13f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;