diff options
Diffstat (limited to 'gcc/ada/par.ads')
-rw-r--r-- | gcc/ada/par.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/par.ads b/gcc/ada/par.ads index cabc65b9e56..d3fc0e7303f 100644 --- a/gcc/ada/par.ads +++ b/gcc/ada/par.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-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- -- @@ -28,8 +28,7 @@ with Types; use Types; -function Par - (Configuration_Pragmas : Boolean) return List_Id; +function Par (Configuration_Pragmas : Boolean) return List_Id; -- Top level parsing routine. There are two cases: -- -- If Configuration_Pragmas is False, Par parses a compilation unit in the |