diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-15 11:47:20 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-07-15 11:47:20 +0200 |
commit | 3a3362620167fd31b30aa391bf6d84c45a3d6af2 (patch) | |
tree | ec0a6bfcd2f3ac952bad0f4a3783f18eda07756a /gcc/ada/par.ads | |
parent | 1b73fbc42fcde549e0c94d2c7c69206d7c3cb0fc (diff) | |
download | gcc-3a3362620167fd31b30aa391bf6d84c45a3d6af2.zip gcc-3a3362620167fd31b30aa391bf6d84c45a3d6af2.tar.gz gcc-3a3362620167fd31b30aa391bf6d84c45a3d6af2.tar.bz2 |
[multiple changes]
2009-07-15 Sergey Rybin <rybin@adacore.com>
* tree_in.ads, tree_io.ads: Add pragma Warnings Off/On for with clause
to System.OS_Lib to avoid warnings.
2009-07-15 Robert Dewar <dewar@adacore.com>
* sinfo.ads, make.adb, par.ads, par.adb, sem_warn.adb: Minor
reformatting.
2009-07-15 Thomas Quinot <quinot@adacore.com>
* g-socthi-mingw.adb: Minor comment addition
* g-socthi-mingw.ads (WSAStartup): First argument is a WORD not an int.
From-SVN: r149668
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 cabc65b..d3fc0e7 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 |