[fpc-devel]Linux unit: StringToPPChar() bug?

Michael Van Canneyt michael.vancanneyt at wisa.be
Tue Mar 11 09:46:57 CET 2003


On 11 Mar 2003, Johann Glaser wrote:

> Hi!
>
> Am Die, 2003-03-11 um 05.23 schrieb Jeff Pohlmeyer:
> > From the StringToPPChar() function in fpc/rtl/unix/linux.pp
> > Considers "backspace" as a delimiter, shouldn't that be "tab" ?
>
> Seems to be reasonable.
>
> Another idea: Add a constant at the beginning of the unit
>   Const Delimiters = [' ',#8,#10];
> and replace these implicit constants everywhere.
>
> Just my two cents.

I thought of that too, and to add #13 as well. But this is for the 1.1
branch. The 1.0 branch should not be messed with too much.

Michael.




More information about the fpc-devel mailing list