Skip to content

Commit b93555b

Browse files
authored
Add blockquotes for error messages in range [C1801, C2000]
1 parent d68011f commit b93555b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/error-messages/compiler-errors-1/fatal-error-c1852.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: fa011004-b8d6-46f1-ba80-4785e4ce137f
88
---
99
# Fatal Error C1852
1010

11-
'filename' is not a valid precompiled header file
11+
> 'filename' is not a valid precompiled header file
1212
1313
The file is not a precompiled header.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1902.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 2dc066cc-fcb1-4725-8bcb-9f44dd0905b7
88
---
99
# Fatal Error C1902
1010

11-
program database manager mismatch; please check your installation
11+
> program database manager mismatch; please check your installation
1212
1313
A program database file (.pdb) was created using a newer version of mspdb*XXX*.dll than the one the compiler found on your system. This error usually indicates that mspdbsrv.exe or mspdbcore.dll are missing or have different versions than mspdb*XXX*.dll. (The *XXX* placeholder in the mspdb*XXX*.dll file name changes with each product release. For example, in Visual Studio 2015, the file name is mspdb140.dll.)
1414

docs/error-messages/compiler-errors-1/fatal-error-c1903.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ms.assetid: 4b4719d6-35d2-4ca5-81ce-903ecd28dfb9
88
---
99
# Fatal Error C1903
1010

11-
unable to recover from previous error(s); stopping compilation
11+
> unable to recover from previous error(s); stopping compilation
1212
1313
The compiler found too many errors to continue. Fix the errors and recompile.

docs/error-messages/compiler-errors-1/fatal-error-c1904.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 10f66015-146f-41a7-8011-327b29dedec8
88
---
99
# Fatal Error C1904
1010

11-
bad provider interaction: 'file'
11+
> bad provider interaction: 'file'
1212
1313
This error indicates the failure of an attribute provider.
1414

docs/error-messages/compiler-errors-1/fatal-error-c1905.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: fefc6769-477f-45a2-9878-6f0a5f42472c
88
---
99
# Fatal Error C1905
1010

11-
Front end and back end not compatible (must target same processor)
11+
> Front end and back end not compatible (must target same processor)
1212
1313
This error occurs when a .obj file is generated by a compiler front end (C1.dll) that targets one processor, such as x86, ARM, or x64, but is being read by a back end (C2.dll) that targets a different processor.
1414

0 commit comments

Comments
 (0)