dtinfo subtree DtMmdb

This commit is contained in:
Ulrich Wilkens
2012-10-14 15:38:27 +02:00
committed by Jon Trulson
parent b92cf08899
commit 8c8363f4a5
184 changed files with 1090 additions and 773 deletions

View File

@@ -24,8 +24,9 @@
/* Copyright (c) 1995 FUJITSU LIMITED */
/* All Rights Reserved */
#include <iostream.h>
#include <strstream.h>
#include <iostream>
#include <sstream>
using namespace std;
#include "SymTab.h"
#include "Exceptions.hh"
@@ -84,7 +85,7 @@ private:
char* const f_buffer;
ostrstream f_output;
#else
strstreambuf *f_streambuf ;
stringbuf *f_streambuf;
ostream f_output;
#endif
Resolver &f_resolver;