diff options
Diffstat (limited to 'gcc/ada/sinput-l.ads')
-rw-r--r-- | gcc/ada/sinput-l.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sinput-l.ads b/gcc/ada/sinput-l.ads index 3d71afd0dee..1b4e12860a5 100644 --- a/gcc/ada/sinput-l.ads +++ b/gcc/ada/sinput-l.ads @@ -34,9 +34,9 @@ with Types; use Types; package Sinput.L is - ------------------------------------------- - -- Subprograms for Loading Source Files -- - ------------------------------------------- + ------------------------------------------ + -- Subprograms for Loading Source Files -- + ------------------------------------------ function Load_Source_File (N : File_Name_Type) return Source_File_Index; -- Given a source file name, returns the index of the corresponding entry |