diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-15 12:26:49 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-09-15 12:26:49 +0200 |
commit | 804ff4c33e766fb541315eb5d73d78924664e43e (patch) | |
tree | a5eb4ff84c1901156784cb3a42643386cfad5ed1 /gcc/ada/tree_io.ads | |
parent | 0b5b2bbc71dfb621df534b9cc16536eb083046ce (diff) | |
download | gcc-804ff4c33e766fb541315eb5d73d78924664e43e.tar.gz |
[multiple changes]
2011-09-15 Robert Dewar <dewar@adacore.com>
* tree_io.ads: Minor reformatting.
* a-intnam.ads: Fix bad header.
2011-09-15 Thomas Quinot <quinot@adacore.com>
* a-exexpr-gcc.adb: Minor reformatting.
2011-09-15 Yannick Moy <moy@adacore.com>
* sem_ch6.adb: Propagate information that an expression function comes
from source (otherwise references to this entity are not stored).
From-SVN: r178878
Diffstat (limited to 'gcc/ada/tree_io.ads')
-rw-r--r-- | gcc/ada/tree_io.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/tree_io.ads b/gcc/ada/tree_io.ads index 2afae45d910..982943628e7 100644 --- a/gcc/ada/tree_io.ads +++ b/gcc/ada/tree_io.ads @@ -54,7 +54,7 @@ package Tree_IO is -- format that would result in the compiler being incompatible with an -- older version of ASIS. -- - -- 27 2011-09-06 Changes in the tree structures for expression functions + -- 27 Changes in the tree structures for expression functions procedure Tree_Read_Initialize (Desc : File_Descriptor); -- Called to initialize reading of a tree file. This call must be made |