diff options
Diffstat (limited to 'gcc/ada/sinput-l.adb')
-rw-r--r-- | gcc/ada/sinput-l.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinput-l.adb b/gcc/ada/sinput-l.adb index 4806123..7f4b786 100644 --- a/gcc/ada/sinput-l.adb +++ b/gcc/ada/sinput-l.adb @@ -355,10 +355,10 @@ package body Sinput.L is T : Osint.File_Type) return Source_File_Index is FD : File_Descriptor; + Hi : Source_Ptr; + Lo : Source_Ptr; Src : Source_Buffer_Ptr; X : Source_File_Index; - Lo : Source_Ptr; - Hi : Source_Ptr; Preprocessing_Needed : Boolean := False; |