summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Parser.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-19 04:34:00 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-19 04:34:00 +0000
commitdc4709557bdda23892237a6301fff159bc1bd452 (patch)
tree043f95608acad51e1e18d7dad472e9ee559cee64 /cpp/src/IcePack/Parser.cpp
parentfixes (diff)
downloadice-dc4709557bdda23892237a6301fff159bc1bd452.tar.bz2
ice-dc4709557bdda23892237a6301fff159bc1bd452.tar.xz
ice-dc4709557bdda23892237a6301fff159bc1bd452.zip
slice2docbook fixes, Evictor for Freeze
Diffstat (limited to 'cpp/src/IcePack/Parser.cpp')
-rw-r--r--cpp/src/IcePack/Parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp
index 821ded8ead3..4f174bb1246 100644
--- a/cpp/src/IcePack/Parser.cpp
+++ b/cpp/src/IcePack/Parser.cpp
@@ -375,7 +375,7 @@ IcePack::Parser::parse(FILE* file, bool debug)
yyin = file;
assert(yyin);
- _currentFile = "<standard input>";
+ _currentFile = "";
_currentLine = 0;
_continue = false;
nextLine();
@@ -404,7 +404,7 @@ IcePack::Parser::parse(const std::string& commands, bool debug)
assert(!_commands.empty());
yyin = 0;
- _currentFile = "<command line>";
+ _currentFile.clear();
_currentLine = 0;
_continue = false;
nextLine();