aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prepcomp.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2007-06-06 12:18:16 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2007-06-06 12:18:16 +0200
commit107cd232e104d0f53bc7924bff71251388668707 (patch)
tree82394de02a1975c2f12ee1d2d138d5da654b88ed /gcc/ada/prepcomp.ads
parent4378d23433bf8b13db7f67d2a8667b03d583698e (diff)
downloadgcc-107cd232e104d0f53bc7924bff71251388668707.zip
gcc-107cd232e104d0f53bc7924bff71251388668707.tar.gz
gcc-107cd232e104d0f53bc7924bff71251388668707.tar.bz2
comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface for Errout
2007-04-20 Robert Dewar <dewar@adacore.com> * comperr.adb (Compiler_Abort): New Finalize/Output_Messages interface for Errout * errout.adb: New Finalize/Compilation_Errors/Output_Messages implementation * errout.ads (Finalize): Changed interface (Output_Messages): New procedure (Compilation_Errors): New Interface * prepcomp.ads, prepcomp.adb (Parse_Preprocessing_Data_File): New Finalize/Output_Messages interface for Errout (Prepare_To_Preprocess): New Finalize/Output_Messages interface for Errout. From-SVN: r125374
Diffstat (limited to 'gcc/ada/prepcomp.ads')
-rw-r--r--gcc/ada/prepcomp.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prepcomp.ads b/gcc/ada/prepcomp.ads
index 9c74df8..c9b6b38 100644
--- a/gcc/ada/prepcomp.ads
+++ b/gcc/ada/prepcomp.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2002-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 2002-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- --
@@ -26,7 +26,7 @@
-- This package stores all preprocessing data for the compiler
-with Types; use Types;
+with Namet; use Namet;
package Prepcomp is