aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/par-ch11.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-01-13 11:08:46 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2017-01-13 11:08:46 +0100
commit582dbb53ac6d0bd46c1402584d2c4be0a34a040b (patch)
tree6e32717db983e2c599fedb1f699d0bfade203b38 /gcc/ada/par-ch11.adb
parente4d0416682374541d42aebe9b3535dbfa7fd0058 (diff)
downloadgcc-582dbb53ac6d0bd46c1402584d2c4be0a34a040b.zip
gcc-582dbb53ac6d0bd46c1402584d2c4be0a34a040b.tar.gz
gcc-582dbb53ac6d0bd46c1402584d2c4be0a34a040b.tar.bz2
[multiple changes]
2017-01-13 Justin Squirek <squirek@adacore.com> * sem_ch12.adb (Analyze_Package_Instantiation): Move disabiling of the style check until after preanalysis of acutals. 2017-01-13 Yannick Moy <moy@adacore.com> * sem_ch13.adb: Minor reformatting. * par-ch11.adb: minor style fix in whitespace * gnatbind.adb (Gnatbind): Scope of Std_Lib_File reduced to Add_Artificial_ALI_File; style fix in declaration of Text; grammar fix in comment. * osint-c.adb (Read_Library_Info): strip trailing NUL from result. * freeze.adb: Cleanup to pass pragma instead of expression to call. * exp_spark.adb (Expand_SPARK_Attribute_Reference): New procedure to replace System'To_Address by equivalent call. From-SVN: r244401
Diffstat (limited to 'gcc/ada/par-ch11.adb')
-rw-r--r--gcc/ada/par-ch11.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/par-ch11.adb b/gcc/ada/par-ch11.adb
index 61df3ee..6c954b1 100644
--- a/gcc/ada/par-ch11.adb
+++ b/gcc/ada/par-ch11.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2016, 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- --
@@ -34,8 +34,8 @@ package body Ch11 is
-- Local functions, used only in this chapter
- function P_Exception_Handler return Node_Id;
- function P_Exception_Choice return Node_Id;
+ function P_Exception_Handler return Node_Id;
+ function P_Exception_Choice return Node_Id;
---------------------------------
-- 11.1 Exception Declaration --