| |||||
Technical Support Support Resources
Product Information | BL51: RECURSIONS DIRECTIVEInformation in this article applies to:
QUESTIONWhat does the RECURSIONS directive do? ANSWERThe RECURSIONS directive (Abbr. RC) allows you to specify the number of recursions allowed before the linker generates the following fatal error and halts: FATAL ERROR 232: APPLICATION CONTAINS TOO MANY RECURSIONS. For example: BL51 test.obj RECURSIONS(100) The linker may run for a long time in order to detect all recursions and remove the references. Therefore, the default setting is RECURSIONS(10). SEE ALSOLast Reviewed: Monday, April 08, 2002 | ||||
| |||||