Re: [fpc-pascal] SizeInt documentation

2015-06-22 Thread Michael Van Canneyt
On Mon, 22 Jun 2015, Jürgen Hestermann wrote: Am 2015-06-21 um 20:16 schrieb leledumbo: A documenation of a type that has different meanings on different platforms should tell about this. That's what a documentation is for! Well, the user guide, programmer's reference or basically

Re: [fpc-pascal] SizeInt documentation

2015-06-21 Thread leledumbo
but the documentation says that it is always Longint. Can someone please correct this as it causes a lot of confusion. fpdoc parser understands and interprets compiler directives, so it can't display something that's defined differently for each platform. As you can see, we have *nix units

[fpc-pascal] SizeInt documentation

2015-06-21 Thread Jürgen Hestermann
The documenation in http://www.freepascal.org/docs-html/rtl/system/sizeint.html says: --- SizeInt Signed integer type which fits for sizes Declaration Source position: systemh.inc line 251 type SizeInt= LongInt