diff options
Diffstat (limited to 'gcc/ada/prj-tree.ads')
-rw-r--r-- | gcc/ada/prj-tree.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/prj-tree.ads b/gcc/ada/prj-tree.ads index a164099..0d585a3 100644 --- a/gcc/ada/prj-tree.ads +++ b/gcc/ada/prj-tree.ads @@ -2,11 +2,11 @@ -- -- -- GNAT COMPILER COMPONENTS -- -- -- --- P R J . T R E E -- +-- P R J . T R E E -- -- -- -- S p e c -- -- -- --- Copyright (C) 2001-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2013, 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- -- @@ -61,8 +61,8 @@ package Prj.Tree is end record; procedure Initialize - (Self : out Environment; - Flags : Processing_Flags); + (Self : out Environment; + Flags : Processing_Flags); -- Initialize a new environment procedure Initialize_And_Copy |