fpc/packages/fv
Jonas Maebe c6bb85eae9 * support for compiling the objects unit methods that expect local procedure/
function pointers using {$modeswitch nestedprocvars} functionality, activate
    this for LLVM and also activate that modeswitch for a test that uses this
   o also convert the IDE units to use this functionality
   o requires extra typecasts because implicit type conversions from
     procvar(p: psometype) to procvar(p: pointer) are not supported; on the
     plus side, even those type conversions are checked for validity
   o note: requires {$modeswitch nestedprocvars} in all programs/units
     that rely on this functionality

git-svn-id: trunk@40598 -
2018-12-20 21:22:40 +00:00
..
examples * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
src * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpmake.pp
Makefile * Regenerated makefiles to support x86_64-android. 2018-10-17 17:12:20 +00:00
Makefile.fpc
Makefile.fpc.fpcmake