INTEGRATION: CWS adc5 (1.3.40); FILE MERGED

2003/04/15 17:21:39 np 1.3.40.1: #108787#
This commit is contained in:
Jens-Heiner Rechtien 2003-04-15 17:46:06 +00:00
parent 15767df7a8
commit f13b3ffc99

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: pe_class.cxx,v $ * $RCSfile: pe_class.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: np $ $Date: 2002-05-14 09:02:19 $ * last change: $Author: hr $ $Date: 2003-04-15 18:46:06 $
* *
* 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
@ -268,7 +268,7 @@ PE_Class::Hdl_SyntaxError( const char * i_sText)
{ {
Cerr() << Env().CurFileName() << ", line " Cerr() << Env().CurFileName() << ", line "
<< Env().LineCount() << Env().LineCount()
<< ": Sourcecode error: ';' as a toplevel declaration is deprecated." << ": Sourcecode warning: ';' as a toplevel declaration is deprecated."
<< Endl(); << Endl();
SetTokenResult(done,stay); SetTokenResult(done,stay);
return; return;