Previous: $R: Resource file To the Table of Content Next: $T: Type-Checked Pointers Switch

- 3.2.22 -
Compiler Directives
Switch and Parameter Directives

$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: $R: Resource file To the Table of Content Next: $T: Type-Checked Pointers Switch
$R: Resource file Table of Content $T: Type-Checked Pointers Switch

- 3.2.22 -