Merged revisions 12443,12687 via svnmerge from svn+ssh://[email protected]/FPC/svn/fpc/trunk
........ r12443 | marco | 2008-12-27 22:15:30 +0100 (Sat, 27 Dec 2008) | 4 lines
* increased very low (64k) TBits limit to +/- 2GB, like most datastructures. Artifact of TP times? Mantis 12431. Further increasing (e.g. for 64-bit) needs cleanup (ptr(u)int?) first. ........ r12687 | yury | 2009-02-05 13:19:02 +0100 (Thu, 05 Feb 2009) | 1 line
* MaxBitFlags must not exceed MaxInt atm. After r12443, MaxBitFlags was $3FFFFFFE0. "unreachable code" warning indicated that something is wrong. Please fix all warning/notes to eliminate possible coding errors... ........