Browse Source

[cpp] Start preprocessor command on new line

Hugh 9 years ago
parent
commit
586cfca13f
1 changed files with 1 additions and 1 deletions
  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;