Previous: 3.2.21. $R: Resource file To the Table of Contents Next: 3.2.23. $T: Type-Checked Pointers Switch
3.2.21. $R: Resource file Table of Contents 3.2.23. $T: Type-Checked Pointers Switch

- 3.2.22. -
Table of Contents>
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.22. $S: Stack-Overflow Checking Switch


3.2.22. $S: Stack-Overflow Checking Switch


Targets: MS-DOS, OS/2, Win32


Compiler directives

Enables and disables the generation of stack-overflow checking code.

Syntax:
  {$S+} or {$S-}
Default:
  {$S-}
Remarks:
If {$S+} defined, the compiler generates code at the beginning of each procedure or function to check whether there is sufficient stack space for the local variables and other temporary storage.

This option is not supported by current version of compiler and will be ignored.


Previous: 3.2.21. $R: Resource file To the Table of Contents Next: 3.2.23. $T: Type-Checked Pointers Switch
3.2.21. $R: Resource file Table of Contents 3.2.23. $T: Type-Checked Pointers Switch

- 3.2.22. -