From 390909706cb44b0b28a3231ead0b9fcba039e761 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 16 Jan 2003 18:23:24 +0000 Subject: [PATCH] compile on gcc 3.2 --- ppremake/ppCommandFile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppremake/ppCommandFile.cxx b/ppremake/ppCommandFile.cxx index c4f87cc5c5..839f06a31f 100644 --- a/ppremake/ppCommandFile.cxx +++ b/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)) {