diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-18 17:59:51 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-18 17:59:51 +0000 |
commit | 1978b1d4e3234fc4102006b94357f5bc3ffa56fe (patch) | |
tree | e5f8f9a8611e558a9237bf87b72060543dabe3b3 /cpp/makedist.py | |
parent | fixes (diff) | |
download | ice-1978b1d4e3234fc4102006b94357f5bc3ffa56fe.tar.bz2 ice-1978b1d4e3234fc4102006b94357f5bc3ffa56fe.tar.xz ice-1978b1d4e3234fc4102006b94357f5bc3ffa56fe.zip |
fixes
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 |