diff options
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 935f3de510f..ac55681e657 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -2052,7 +2052,7 @@ private Missing_Source_Files : Error_Warning; Ignore_Missing_With : Boolean; - Incomplete_Withs : Boolean := False; + Incomplete_Withs : Boolean := False; -- This flag is set to True when the projects are parsed while ignoring -- missing withed project and some withed projects are not found. |