summaryrefslogtreecommitdiff
path: root/cpp/makedist.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/makedist.py')
-rwxr-xr-xcpp/makedist.py2
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