mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 06:49:16 +02:00
* for-loop variable access removed
This commit is contained in:
parent
c1303f5759
commit
c336f79bab
@ -749,8 +749,10 @@ uses
|
||||
begin
|
||||
{Remove quotes, exchange '' against ' }
|
||||
destPos := 0;
|
||||
for sourcePos := 2 to len do
|
||||
sourcepos:=1;
|
||||
while (sourcepos<len) do
|
||||
begin
|
||||
inc(sourcePos);
|
||||
ch := s[sourcePos];
|
||||
if ch = '''' then
|
||||
begin
|
||||
@ -1232,7 +1234,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.42 2004-08-31 21:44:18 olle
|
||||
Revision 1.43 2004-09-13 20:26:45 peter
|
||||
* for-loop variable access removed
|
||||
|
||||
Revision 1.42 2004/08/31 21:44:18 olle
|
||||
+ added proc DePascalQuote
|
||||
|
||||
Revision 1.41 2004/06/20 08:55:29 florian
|
||||
|
Loading…
Reference in New Issue
Block a user