aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-makr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/prj-makr.ads')
-rw-r--r--gcc/ada/prj-makr.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/prj-makr.ads b/gcc/ada/prj-makr.ads
index b3a658f..91543a2 100644
--- a/gcc/ada/prj-makr.ads
+++ b/gcc/ada/prj-makr.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2001-2008, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2009, 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- --
@@ -36,7 +36,8 @@ package Prj.Makr is
(File_Path : String;
Project_File : Boolean;
Preproc_Switches : Argument_List;
- Very_Verbose : Boolean);
+ Very_Verbose : Boolean;
+ Flags : Processing_Flags);
-- Start the creation of a configuration pragmas file or the creation or
-- modification of a project file, for gnatname.
--