[fpc-pascal] PACKENUM and MINENUMSIZE
Michael Van Canneyt
michael at freepascal.org
Thu Sep 11 08:57:30 CEST 2008
On Wed, 10 Sep 2008, Lukas Gradl wrote:
> Hi!
>
> Could anyone help me determining the defaults for MINENUMSIZE / PACKENUM?
>
> As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS it's
> 4 but I could'nt find the default for $MODE DELPHI.
Where did you read that this depends on $MODE ?
It just says that the default (contrary to Delphi) is 4.
>
> Is there a difference between the CPU-Flavor used (i386 contra X64)?
Normally not, as far as I know it depends on the number of elements in the
enumerated ?
Michael.
More information about the fpc-pascal
mailing list