mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 20:50:42 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() The fix is an emergency fix only, disabling calling convention registration for element types that not derive from TPasProcedure The fix is in Parsprocedureorfunctionheader, second part that handles modifiers and calling conventions. The parent was always typecasted to TPasProcedure, but can also be TPasProcedureType and TPasFunctionType that not derive from TPasProcedure. git-svn-id: trunk@19903 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |