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.

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

Reply via email to