The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth aca2bd83c7 pexpr.pas, post_comp_expr_gendef:
This is not the result you are looking for: The result of "postfixoperators" is only set to true if either "again" was "true" once or the node was changed to an errornode. So using the result for deciding whether we overwrite the def or not is incorrect. So just call "postfixoperators" and process the returned node accordingly.

git-svn-id: branches/svenbarth/generics@19731 -
2011-12-03 10:53:02 +00:00
compiler pexpr.pas, post_comp_expr_gendef: 2011-12-03 10:53:02 +00:00
ide * copyright updated. 2011-11-06 18:35:31 +00:00
installer * added support for ufppkg 2011-10-12 06:15:48 +00:00
packages Advances TFPImageCanvas.FImage and TFPMemoryImage.FData to protected to allow more useful descendents to be created, see bug #20341 2011-11-23 21:14:06 +00:00
rtl * add NULL handling for customvariants, patch by Ludo, Mantis #20697 2011-11-20 19:45:22 +00:00
tests Added a few more tests. All except tgeneric65.pp (object inside generic record) and tgeneric68.pp (object inside generic object) are successfully compiled. 2011-12-02 14:28:23 +00:00
utils * Missing conversion to TFPList 2011-11-22 19:21:20 +00:00
.gitattributes Added a few more tests. All except tgeneric65.pp (object inside generic record) and tgeneric68.pp (object inside generic object) are successfully compiled. 2011-12-02 14:28:23 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile + armv4t 2011-08-27 20:21:42 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00