diff options
Diffstat (limited to 'gcc/ada/sprint.adb')
-rw-r--r-- | gcc/ada/sprint.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sprint.adb b/gcc/ada/sprint.adb index 6e29310..0052409 100644 --- a/gcc/ada/sprint.adb +++ b/gcc/ada/sprint.adb @@ -3752,7 +3752,7 @@ package body Sprint is -- Ignore if there is no current source file, or we're not in dump -- source text mode, or if in freeze actions. - if Current_Source_File /= No_Source_File + if Current_Source_File > No_Source_File and then Dump_Source_Text and then Freeze_Indent = 0 then |