mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 06:31:25 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() after merge of r13618 from trunk * also allow "varargs" for objclass/objcprotocol methods * set the cdecl calling convention for objcclass/objcprotocol methods in handle_calling_convention() rather than in a separate routine in pdecobj (and do the same for cppclass methods) * check that array of const parameters and varargs are only used with external objc-methods (can only be done after the class is parsed, because earlier on it's not known yet whether or not it is external) git-svn-id: branches/objc@13624 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |