summaryrefslogtreecommitdiff
path: root/gcc/ada/tree_gen.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/tree_gen.adb')
-rw-r--r--gcc/ada/tree_gen.adb10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/tree_gen.adb b/gcc/ada/tree_gen.adb
index fc54b0e45c2..dae45b7ad80 100644
--- a/gcc/ada/tree_gen.adb
+++ b/gcc/ada/tree_gen.adb
@@ -6,9 +6,9 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.8 $
+-- $Revision$
-- --
--- Copyright (C) 1992-1999, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2001, 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- --
@@ -33,7 +33,7 @@ with Lib;
with Namet;
with Nlists;
with Opt;
-with Osint;
+with Osint.C;
with Repinfo;
with Sinput;
with Stand;
@@ -44,7 +44,7 @@ with Urealp;
procedure Tree_Gen is
begin
if Opt.Tree_Output then
- Osint.Tree_Create;
+ Osint.C.Tree_Create;
Opt.Tree_Write;
Atree.Tree_Write;
Elists.Tree_Write;
@@ -58,6 +58,6 @@ begin
Uintp.Tree_Write;
Urealp.Tree_Write;
Repinfo.Tree_Write;
- Osint.Tree_Close;
+ Osint.C.Tree_Close;
end if;
end Tree_Gen;