mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 03:49:05 +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;
|
||||
while (not IsWordDelim(C) or (prevC in ['E','-','+'])) and (C<>cNull) do
|
||||
begin
|
||||
Writeln('C : ',C,' PrevC : ',PrevC);
|
||||
If Not ( IsDigit(C)
|
||||
or ((FToken<>'') and (Upcase(C)='E'))
|
||||
or ((FToken<>'') and (C in ['+','-']) and (prevC='E'))
|
||||
|
Loading…
Reference in New Issue
Block a user