Controls whether an RTS 119 error is generated when an attempt is made to load a program containing a duplicate entry-point.
>>-----set error_on_duplicate_entry_point =---.-TRUE-.------>< +-FALSE+
TRUE | Force an RTS 119 error to be generated when loading a duplicate entry point. |
FALSE | Silently ignore duplicate entry-points . |
Default: | FALSE |
Setting: | None |
If program A is loaded and contains entry-point ENTA, and then program B is loaded which also contains entry-point ENTA, the RTS can either issue an RTS 119 error ("Symbol redefined") when it encounters ENTA in program B, or silently ignore it.