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.

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

Reply via email to