summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-11-18 17:59:51 +0000
committerMarc Laukien <marc@zeroc.com>2002-11-18 17:59:51 +0000
commit1978b1d4e3234fc4102006b94357f5bc3ffa56fe (patch)
treee5f8f9a8611e558a9237bf87b72060543dabe3b3 /cpp
parentfixes (diff)
downloadice-1978b1d4e3234fc4102006b94357f5bc3ffa56fe.tar.bz2
ice-1978b1d4e3234fc4102006b94357f5bc3ffa56fe.tar.xz
ice-1978b1d4e3234fc4102006b94357f5bc3ffa56fe.zip
fixes
Diffstat (limited to 'cpp')
-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