Skip to content
Snippets Groups Projects
Commit b85601c1 authored by Unknown (roddey)'s avatar Unknown (roddey)
Browse files

Fixed some small bugs introduced in the recent move away from the util/* streams.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171638 13f79535-47bb-0310-9956-ffa450edef68
parent eb1e5420
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@
/**
* $Log$
* Revision 1.4 2000/01/24 20:38:56 roddey
* Fixed some small bugs introduced in the recent move away from the util/* streams.
*
* Revision 1.3 2000/01/21 23:58:06 roddey
* Initial move away from util streams was bad. Wide char APIs didn't allow enough
* control to do canonical output, so changed to use std short char APIs.
......@@ -86,8 +89,8 @@ enum OutputTypes
// Includes that everyone uses inside this program
// ---------------------------------------------------------------------------
#include "ParserTest_Parser.hpp"
#include <iostream.h>
#include <stdlib.h>
#include <iostream.h>
// ---------------------------------------------------------------------------
......
......@@ -56,6 +56,9 @@
/**
* $Log$
* Revision 1.4 2000/01/24 20:38:56 roddey
* Fixed some small bugs introduced in the recent move away from the util/* streams.
*
* Revision 1.3 2000/01/21 23:58:06 roddey
* Initial move away from util streams was bad. Wide char APIs didn't allow enough
* control to do canonical output, so changed to use std short char APIs.
......@@ -383,4 +386,4 @@ inline void TestParser::setShowWarnings(const bool state)
inline void TestParser::setShowErrLoc(const bool state)
{
fShowErrLoc = state;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment