diff options
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-x | cpp/makedist.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |