mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* Remove debug writeln
git-svn-id: trunk@35006 -
This commit is contained in:
parent
1c820e9c8e
commit
a4e9a6d6e4
@ -1183,7 +1183,6 @@ begin
|
|||||||
prevC := #0;
|
prevC := #0;
|
||||||
while (not IsWordDelim(C) or (prevC in ['E','-','+'])) and (C<>cNull) do
|
while (not IsWordDelim(C) or (prevC in ['E','-','+'])) and (C<>cNull) do
|
||||||
begin
|
begin
|
||||||
Writeln('C : ',C,' PrevC : ',PrevC);
|
|
||||||
If Not ( IsDigit(C)
|
If Not ( IsDigit(C)
|
||||||
or ((FToken<>'') and (Upcase(C)='E'))
|
or ((FToken<>'') and (Upcase(C)='E'))
|
||||||
or ((FToken<>'') and (C in ['+','-']) and (prevC='E'))
|
or ((FToken<>'') and (C in ['+','-']) and (prevC='E'))
|
||||||
|
Loading…
Reference in New Issue
Block a user