summaryrefslogtreecommitdiff
path: root/gcc/ada/sinput-c.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sinput-c.adb')
-rw-r--r--gcc/ada/sinput-c.adb9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/sinput-c.adb b/gcc/ada/sinput-c.adb
index f762602778e..d2886946fd8 100644
--- a/gcc/ada/sinput-c.adb
+++ b/gcc/ada/sinput-c.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2006, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -24,13 +24,12 @@
-- --
------------------------------------------------------------------------------
-with Namet; use Namet;
with Opt; use Opt;
with System; use System;
with Ada.Unchecked_Conversion;
-with GNAT.OS_Lib; use GNAT.OS_Lib;
+with System.OS_Lib; use System.OS_Lib;
package body Sinput.C is
@@ -53,8 +52,8 @@ package body Sinput.C is
Actual_Len : Integer;
- Path_Id : Name_Id;
- File_Id : Name_Id;
+ Path_Id : File_Name_Type;
+ File_Id : File_Name_Type;
begin
if Path = "" then