mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-28 06:23:48 +02:00
![]() + use {$bitpacking on/+} to change the meaning of "packed" into "bitpacked" for arrays. This is the default for MacPas. You can also define individual arrays as "bitpacked", but this is not encouraged since this keyword is not known by other compilers and therefore makes your code unportable. + pack(unpackedarray,index,packedarray) to pack length(packedarray) elements starting at unpackedarray[index] into packedarray. + unpack(packedarray,unpackedarray,index) to unpack packedarray into unpackedarray, with the first element being stored at unpackedarray[index] * todo: * "open packed arrays" and rtti for packed arrays are not yet supported * gdb does not properly support bitpacked arrays git-svn-id: trunk@4449 - |
||
---|---|---|
.. | ||
errorct.msg | ||
errord.msg | ||
errorda.msg | ||
errore.msg | ||
errores.msg | ||
errorf.msg | ||
errorfi.msg | ||
errorhe.msg | ||
errorheu.msg | ||
errorid.msg | ||
errorn.msg | ||
errorpl.msg | ||
errorpli.msg | ||
errorptd.msg | ||
errorptw.msg | ||
errorr.msg | ||
errorrw.msg | ||
errorues.msg |