INTEGRATION: CWS ab23pp2 (1.16.38); FILE MERGED
2006/01/23 10:52:33 ab 1.16.38.1: #i59790# Continuation of comment lines only for option compatible
This commit is contained in:
parent
1cfe5d49a5
commit
56d8d84aac
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: scanner.cxx,v $
|
||||
*
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2005-09-29 18:40:46 $
|
||||
* last change: $Author: kz $ $Date: 2006-01-31 18:30:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -467,7 +467,7 @@ PrevLineCommentLbl:
|
|||
bPrevLineExtentsComment = FALSE;
|
||||
aSym = String::CreateFromAscii( "REM" );
|
||||
USHORT nLen = String( pLine ).Len();
|
||||
if( pLine[ nLen - 1 ] == '_' && pLine[ nLen - 2 ] == ' ' )
|
||||
if( bCompatible && pLine[ nLen - 1 ] == '_' && pLine[ nLen - 2 ] == ' ' )
|
||||
bPrevLineExtentsComment = TRUE;
|
||||
nCol2 += nLen;
|
||||
pLine = NULL;
|
||||
|
|
Loading…
Reference in a new issue