Browse Source

compile on gcc 3.2

David Rose 23 years ago
parent
commit
390909706c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ppremake/ppCommandFile.cxx

+ 1 - 1
ppremake/ppCommandFile.cxx

@@ -1229,7 +1229,7 @@ handle_end_command() {
       // Now compare the file we generated to the file that's already
       // there, if there is one.
 
-      nest->_output << ends;
+      //      nest->_output << ends;
       string generated_file = nest->_output.str();
       if (!compare_output(generated_file, nest->_params,
                           (nest->_flags & OF_notouch) != 0)) {