aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-xref-spark_specific.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-01-19 14:02:30 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2017-01-19 14:02:30 +0100
commit374c09e8b0560f150266deb324004e482f4c424e (patch)
tree08e26e517839d3144e06cfbfac0cb3d8b665465b /gcc/ada/lib-xref-spark_specific.adb
parentf67f94b8e2a276b70c51871e8ca0b85a98190b0a (diff)
downloadgcc-374c09e8b0560f150266deb324004e482f4c424e.zip
gcc-374c09e8b0560f150266deb324004e482f4c424e.tar.gz
gcc-374c09e8b0560f150266deb324004e482f4c424e.tar.bz2
[multiple changes]
2017-01-19 Hristian Kirtchev <kirtchev@adacore.com> * lib-xref-spark_specific.adb: Minor reformatting. * exp_ch7.adb (Add_Parent_Invariants): Do not process array types. 2017-01-19 Tristan Gingold <gingold@adacore.com> * fe.h (Constant_Value): Export. From-SVN: r244628
Diffstat (limited to 'gcc/ada/lib-xref-spark_specific.adb')
-rw-r--r--gcc/ada/lib-xref-spark_specific.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref-spark_specific.adb b/gcc/ada/lib-xref-spark_specific.adb
index 14948d5..dfbe4dd 100644
--- a/gcc/ada/lib-xref-spark_specific.adb
+++ b/gcc/ada/lib-xref-spark_specific.adb
@@ -703,7 +703,7 @@ package body SPARK_Specific is
declare
Drefs_Table : Drefs.Table_Type
- renames Drefs.Table (Drefs.First .. Drefs.Last);
+ renames Drefs.Table (Drefs.First .. Drefs.Last);
begin
Xrefs.Append_All (Xrefs.Table_Type (Drefs_Table));
Nrefs := Nrefs + Drefs_Table'Length;