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

Johann Glaser Johann.Glaser at gmx.at
Tue Mar 11 09:25:50 CET 2003


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.

Bye
  Hansi

-- 
Johann Glaser   <Johann.Glaser at gmx.at>
   Vienna University of Technology
       Electrical Engineering 
____ http://www.johann-glaser.at/ ____




More information about the fpc-devel mailing list