aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/butil.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2014-10-10 14:36:07 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-10-10 16:36:07 +0200
commit8f8194710d4d0badd94046d26cbe61cee1a01163 (patch)
tree4e93b406142ca77aac91a70156faf02b26265103 /gcc/ada/butil.ads
parentd6cd5d3493f6fb565ff9300577deeebe37143673 (diff)
downloadgcc-8f8194710d4d0badd94046d26cbe61cee1a01163.zip
gcc-8f8194710d4d0badd94046d26cbe61cee1a01163.tar.gz
gcc-8f8194710d4d0badd94046d26cbe61cee1a01163.tar.bz2
exp_intr.adb (Write_Entity_Name): Moved to outer level
2014-10-10 Robert Dewar <dewar@adacore.com> * exp_intr.adb (Write_Entity_Name): Moved to outer level (Write_Entity_Name): Properly handle operator names (Expand_Source_Info): New procedure. * exp_intr.ads (Add_Source_Info): New procedure. 2014-10-10 Robert Dewar <dewar@adacore.com> * butil.ads: Minor reformatting. * sem_ch5.adb: Code clean up. 2014-10-10 Robert Dewar <dewar@adacore.com> * exp_ch11.adb (Expand_N_Raise_Statement): Handle Prefix_Exception_Messages. * opt.adb: Handle new flags Prefix_Exception_Message[_Config]. * opt.ads: New flags Prefix_Exception_Message[_Config]. * par-prag.adb: New dummy entry for pragma Prefix_Exception_Messages. * snames.ads-tmpl: Add entries for new pragma Prefix_Exception_Messages. * sem_prag.adb: Implement new pragma Prefix_Exception_Messages * gnat_rm.texi: Document pragma Prefix_Exception_Messages. From-SVN: r216088
Diffstat (limited to 'gcc/ada/butil.ads')
-rw-r--r--gcc/ada/butil.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/butil.ads b/gcc/ada/butil.ads
index 72fffc0..ddfa251 100644
--- a/gcc/ada/butil.ads
+++ b/gcc/ada/butil.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, 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- --
@@ -38,7 +38,7 @@ package Butil is
function Is_Internal_Unit return Boolean;
-- Given a unit name stored in Name_Buffer with length in Name_Len,
-- returns True if this is the name of an internal unit or a child of
- -- an internal. Similar in usage to Is_Predefined_Unit.
+ -- an internal unit. Similar in usage to Is_Predefined_Unit.
-- Note: the following functions duplicate functionality in Uname, but
-- we want to avoid bringing Uname into the binder since it generates