summaryrefslogtreecommitdiff
path: root/gcc/ada/stand.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-20 10:04:44 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-20 10:04:44 +0000
commit0c0a0b212051ec68c5c9d86c86bddd7593ec4639 (patch)
treec10cae5575d2cb50bad4a0560c54aa2c00c444f0 /gcc/ada/stand.ads
parent55ab52653ab4e19d392a6ac6c7c66279d1ad9d3b (diff)
downloadgcc-0c0a0b212051ec68c5c9d86c86bddd7593ec4639.tar.gz
2015-10-20 Vincent Celier <celier@adacore.com>
* sem_cat.adb (Check_Categorization_Dependencies): Do nothing when -gnatdu is specified. 2015-10-20 Ed Schonberg <schonberg@adacore.com> * sem_ch8.adb (analyze_Subprogram_Renaming): The actual for a formal abstract subprogram must have a controlling type. * stand.ads: Minor whitespace cleanup. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229035 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/stand.ads')
-rw-r--r--gcc/ada/stand.ads12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/stand.ads b/gcc/ada/stand.ads
index e93e9b4b89b..c2e8bc7aba3 100644
--- a/gcc/ada/stand.ads
+++ b/gcc/ada/stand.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, 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- --
@@ -330,13 +330,13 @@ package Stand is
-- situations. They have names that are suitable for use in such
-- error messages (see body for actual names used).
- Standard_Void_Type : Entity_Id;
+ Standard_Void_Type : Entity_Id;
-- This is a type used to represent the return type of procedures
- Standard_Exception_Type : Entity_Id;
+ Standard_Exception_Type : Entity_Id;
-- This is a type used to represent the Etype of exceptions
- Standard_A_String : Entity_Id;
+ Standard_A_String : Entity_Id;
-- An access to String type used for building elements of tables
-- carrying the enumeration literal names.
@@ -446,8 +446,8 @@ package Stand is
-- this type is always IEEE format.
Universal_Fixed : Entity_Id;
- -- Entity for universal fixed type. This is a type with arbitrary
- -- precision that can only appear in a context with a specific type.
+ -- Entity for universal fixed type. This is a type with arbitrary
+ -- precision that can only appear in a context with a specific type.
-- Universal_Fixed labels the result of multiplication or division of
-- two fixed point numbers, and has no specified bounds (since, unlike
-- universal integer and universal real, it is never used for runtime