Controls reentrancy of a multithreading program. Any program that is to be reentrant in a multi-threaded application must be compiled with this directive. If REENTRANT is specified, many program areas are dynamically allocated, so that it is safe to have multiple copies of the program running.
>>-.---.-.-----REENTRANT---"n"--.------->< +-/-+ +-NO--REENTRANT--------+
n | One of:
|
Default: | NOREENTRANT |
Phase: | Syntax check |
$SET: | Initial |
Use REENTRANT"1" wherever possible for any program you wish to be reentrant. Use REENTRANT"2" only as the first step towards converting an existing program to be reentrant.
Note: