INTEGRATION: CWS adc5 (1.1.1.1.40); FILE MERGED

2003/04/15 17:21:41 np 1.1.1.1.40.1: #108787#
This commit is contained in:
Jens-Heiner Rechtien 2003-04-15 17:46:45 +00:00
parent 6dcd0fc2ab
commit 777d8d5421

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: x_parse.cxx,v $ * $RCSfile: x_parse.cxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: np $ $Date: 2002-03-08 14:45:33 $ * last change: $Author: hr $ $Date: 2003-04-15 18:46:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -113,7 +113,7 @@ X_Parser::GetInfo( ostream & o_rOutputMedium ) const
o_rOutputMedium << "Unexpected end of file."; o_rOutputMedium << "Unexpected end of file.";
break; break;
case x_UnspecifiedSyntaxError: case x_UnspecifiedSyntaxError:
o_rOutputMedium << "Unspecified syntax error."; o_rOutputMedium << "Unspecified syntax problem in file.";
break; break;
case x_Any: case x_Any:
default: default: