Skip to content

Commit e07bd34

Browse files
author
msebolt
committed
adjustment
1 parent 0a65c2f commit e07bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/alloca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There are restrictions to explicitly calling **`_alloca`** in an exception handl
4848
However, **`_alloca`** can be called directly from within an EH routine or from an application-supplied callback that gets invoked by one of the EH scenarios previously listed.
4949

5050
> [!IMPORTANT]
51-
> In Windows XP, if **`_alloca`** is called inside a try/catch block, you must call [_resetstkoflw](resetstkoflw.md) in the catch block.
51+
> In Windows XP, if **`_alloca`** is called inside a try/catch block, you must call [`_resetstkoflw`](resetstkoflw.md) in the catch block.
5252
5353
In addition to the above restrictions, when using the[`/clr` (Common Language Runtime Compilation)](../../build/reference/clr-common-language-runtime-compilation.md) option, **`_alloca`** cannot be used in **`__except`** blocks. For more information, see [`/clr` Restrictions](../../build/reference/clr-restrictions.md).
5454

0 commit comments

Comments
 (0)