diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-22 13:24:46 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-22 13:24:46 +0000 |
commit | 99606d61803f5adcf9f3a353f4a89b89a72bcd1a (patch) | |
tree | b6ae0e33c37eba57af5dfd207859376789043227 /gcc/ada/exp_tss.ads | |
parent | eae1d4d1fe9cda8ad33a8e5a439ff6c45c1c08d5 (diff) | |
download | gcc-99606d61803f5adcf9f3a353f4a89b89a72bcd1a.tar.gz |
2009-07-22 Robert Dewar <dewar@adacore.com>
* exp_tss.ads, sem_eval.adb: Minor reformatting
2009-07-22 Bob Duff <duff@adacore.com>
* exp_dist.adb, exp_dist.ads: Update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_tss.ads')
-rw-r--r-- | gcc/ada/exp_tss.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_tss.ads b/gcc/ada/exp_tss.ads index 87038a0ccd8..07415fcf71f 100644 --- a/gcc/ada/exp_tss.ads +++ b/gcc/ada/exp_tss.ads @@ -72,8 +72,8 @@ package Exp_Tss is -- The following codes are used to denote TSSs: - -- Note: When making additions to this list, update the list in - -- snames.adb-tmpl + -- Note: When making additions to this list, make the corresponding change + -- to the list in snames.adb-tmpl. type TSS_Name_Type is new String (1 .. 2); subtype TNT is TSS_Name_Type; |