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   <[EMAIL PROTECTED]>
   Vienna University of Technology
       Electrical Engineering 
____ http://www.johann-glaser.at/ ____

_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to