From 1978b1d4e3234fc4102006b94357f5bc3ffa56fe Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Mon, 18 Nov 2002 17:59:51 +0000 Subject: fixes --- cpp/makedist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/makedist.py') diff --git a/cpp/makedist.py b/cpp/makedist.py index 12ae118e06e..be3c1faea28 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -118,7 +118,7 @@ def fixProject(file, target): inSource = 0 for s in source: if doComment: - newLines.append('#' + s) + newLines.append('#xxx#' + s) else: newLines.append(s) doComment = 0 -- cgit v1.2.3