Skip to content

Commit 5073e76

Browse files
authored
Add blockquotes for error messages in range [C2401, C2430]
1 parent 760be0b commit 5073e76

28 files changed

+28
-28
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2401.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 4c237b34-f771-4106-93e2-82dae337f1e2
88
---
99
# Compiler Error C2401
1010

11-
'identifier' : register must be base in 'context'
11+
> 'identifier' : register must be base in 'context'
1212
1313
The register used in an indirect memory operand must be a base register in this context.

docs/error-messages/compiler-errors-1/compiler-error-c2402.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 23fa63e1-ea9e-482f-be2e-a205c548ba69
88
---
99
# Compiler Error C2402
1010

11-
'identifier' : register must be index in 'context'
11+
> 'identifier' : register must be index in 'context'
1212
1313
The register used in an indirect memory operand must be an index register in this context.

docs/error-messages/compiler-errors-1/compiler-error-c2403.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: add1f0ba-96b6-4df3-b53f-de1433d80c0c
88
---
99
# Compiler Error C2403
1010

11-
'identifier' : register must be base/index in 'context'
11+
> 'identifier' : register must be base/index in 'context'
1212
1313
The register used in an indirect memory operand must be a base or index register in this context.

docs/error-messages/compiler-errors-1/compiler-error-c2404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 51794d2f-404b-4d89-b3ea-fc5faa9c197d
88
---
99
# Compiler Error C2404
1010

11-
'identifier' : illegal register in 'context'
11+
> 'identifier' : illegal register in 'context'
1212
1313
This register is invalid in this context.

docs/error-messages/compiler-errors-1/compiler-error-c2405.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 14f6726d-e04b-4cce-8a85-4553fc38fcf7
88
---
99
# Compiler Error C2405
1010

11-
illegal short forward reference with offset
11+
> illegal short forward reference with offset
1212
1313
Short forward references must refer to a label only. An additional offset cannot be used.

docs/error-messages/compiler-errors-1/compiler-error-c2406.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 9d3fbc4c-40bb-42c7-bfd7-7656c40e2065
88
---
99
# Compiler Error C2406
1010

11-
'identifier' : name undefined in 'context'
11+
> 'identifier' : name undefined in 'context'
1212
1313
An undefined identifier is used with the `SIZE`, `LENGTH`, or member-selection (.) operator.

docs/error-messages/compiler-errors-1/compiler-error-c2407.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: faf38041-cf0f-4624-b6f8-30ce0e1efc1e
88
---
99
# Compiler Error C2407
1010

11-
illegal 'float' register in 'context'
11+
> illegal 'float' register in 'context'
1212
1313
An `NDP` register was specified in an invalid context.

docs/error-messages/compiler-errors-1/compiler-error-c2408.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 3dc4881a-3c33-4c4e-b18e-a1f0e21ea931
88
---
99
# Compiler Error C2408
1010

11-
illegal type on PTR operator in 'context'
11+
> illegal type on PTR operator in 'context'
1212
1313
The first parameter of the `PTR` operator is not a legal type specification.

docs/error-messages/compiler-errors-1/compiler-error-c2409.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 5d4aa952-0752-4412-b5c2-050dde0636f4
88
---
99
# Compiler Error C2409
1010

11-
illegal type used as operator in 'context'
11+
> illegal type used as operator in 'context'
1212
1313
The type is not legal as an operator in this context.

docs/error-messages/compiler-errors-1/compiler-error-c2410.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: b69b2de1-56f3-4ebc-8913-04ac57ffe8a1
88
---
99
# Compiler Error C2410
1010

11-
'identifier' : ambiguous member name in 'context'
11+
> 'identifier' : ambiguous member name in 'context'
1212
1313
The identifier is a member of more than one structure or union in this context.
1414

0 commit comments

Comments
 (0)