The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe ba2c2cd449 * don't automatically set the parent class of objcclasses without a
designated parent to NSObject, because you can have multiple root classes
    (e.g., NSProxy is also an Objective-C root class in Cocoa). Instead,
    give a hint when an Objective-C class is declared without any parent
    (because it can very well be a mistake, given that Pascal classes all
    do automatically inherit form TObject).

git-svn-id: branches/objc@13177 -
2009-05-19 20:19:11 +00:00
compiler * don't automatically set the parent class of objcclasses without a 2009-05-19 20:19:11 +00:00
ide
installer
packages
rtl
tests * don't automatically set the parent class of objcclasses without a 2009-05-19 20:19:11 +00:00
utils
.gitattributes * don't automatically set the parent class of objcclasses without a 2009-05-19 20:19:11 +00:00
.gitignore
Makefile
Makefile.fpc