[fpc-devel](no subject)

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Apr 4 10:15:32 CEST 2003


On Thu, 3 Apr 2003, Jeff Pohlmeyer wrote:

> Patch for /fpc/fcl/passrc/pscanner.pp
> so it will recognize '<', '>', and '<>'
>
> - Not sure why these were omitted, maybe it has
> something to do with fpdoc's tag generation?

Normally not. I think that the explanation is that pscanner is used
for the interface section only. Normally you don't find < > or <>
in the interface section, except maybe in exotic things like

Const
  N1 = 12;
  N2 = 13;
  Bigger = (N1>N2) ; // Boolean type

However, don't let that stop you. Any improvements are welcome.

Michael.




More information about the fpc-devel mailing list