mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 19:50:49 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() Provide a possibility to ignore duplicate symbols for exporting. export.pas, texportlib: + new property "ignoreduplicates" with which duplicate symbols are ignored upon insertion + new method "duplicatesymbol" which checks "ignoreduplicates" and generates an error if it is False (this method needs to be used if a duplicate was detected) expunix.pas, texportlibunix: * exportprocedure: use "duplicatesymbol" instead of always generating an error systems/t_beos.pas, texportlibbeos: * exportprocedure: use "duplicatesymbol" instead of always generating an error systems/t_haiku.pas, texportlibhaiku: * exportprocedure: use "duplicatesymbol" instead of always generating an error systems/t_nwl.pas, texportlibnetwlibc: * exportprocedure: use "duplicatesymbol" instead of always generating an error systems/t_nwm.pas, texportlibnetware: * exportprocedure: use "duplicatesymbol" instead of always generating an error systems/t_win.pas, texportlibwin: * exportfromlist: use "duplicatesymbol" instead of always generating an error ........ git-svn-id: trunk@32974 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |