mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:20:55 +02:00
* fix for webbug 2940
This commit is contained in:
parent
38d932049c
commit
06d493775e
@ -2371,9 +2371,10 @@ var
|
||||
Dec(ClassStart,length(MatchingSymbol)-1);
|
||||
end
|
||||
else if (InComment=false) and
|
||||
(InDirective=true) and IsDirectiveSuffix then
|
||||
(InDirective=true) and IsDirectiveSuffix then
|
||||
InDirective:=false
|
||||
else if (InComment=false) and (InString=false) and IsCommentPrefix then
|
||||
else if (InComment=false) and
|
||||
(InString=false) and (InDirective=false) and IsCommentPrefix then
|
||||
begin
|
||||
InComment:=true;
|
||||
CurrentCommentType:=SymbolIndex;
|
||||
@ -7273,7 +7274,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.43 2004-02-10 07:16:28 pierre
|
||||
Revision 1.44 2004-02-13 06:53:57 pierre
|
||||
* fix for webbug 2940
|
||||
|
||||
Revision 1.43 2004/02/10 07:16:28 pierre
|
||||
* fix webbug 2932
|
||||
|
||||
Revision 1.42 2003/01/31 12:04:50 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user