Kaydet (Commit) fbe0bed4 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS adc5 (1.3.40); FILE MERGED

2003/04/15 17:21:40 np 1.3.40.1: #108787#
üst f13b3ffc
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: pe_file.cxx,v $ * $RCSfile: pe_file.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:16 $
* *
* 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
...@@ -215,7 +215,7 @@ PE_File::Hdl_SyntaxError( const char * i_sText) ...@@ -215,7 +215,7 @@ PE_File::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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment