compile on gcc 3.2

This commit is contained in:
David Rose
2003-01-16 18:21:48 +00:00
parent 2df4152de6
commit 225727773c
8 changed files with 56 additions and 27 deletions
+4 -4
View File
@@ -167,7 +167,7 @@ private:
WriteState *_write_state;
PPScope *_scope;
string _params;
ostrstream _output;
ostringstream _output;
vector<string> _words;
int _flags;
BlockNesting *_next;
@@ -185,9 +185,9 @@ private:
vector<string> _saved_lines;
friend PPCommandFile::IfNesting;
friend PPCommandFile::WriteState;
friend PPCommandFile::BlockNesting;
friend class PPCommandFile::IfNesting;
friend class PPCommandFile::WriteState;
friend class PPCommandFile::BlockNesting;
};