diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-05 16:27:16 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-05 16:27:16 +0200 |
commit | efe05dfc95b60b57abb6c57055982e25dc09c91e (patch) | |
tree | 69e7b440cee9f2941de4b5697c615e4689436ac6 /gcc/ada/tree_io.ads | |
parent | 5f9cdefe6b406caec538bb764c4da78751037bed (diff) | |
download | gcc-efe05dfc95b60b57abb6c57055982e25dc09c91e.zip gcc-efe05dfc95b60b57abb6c57055982e25dc09c91e.tar.gz gcc-efe05dfc95b60b57abb6c57055982e25dc09c91e.tar.bz2 |
[multiple changes]
2011-08-05 Sergey Rybin <rybin@adacore.com>
* tree_io.ads: Update ASIS_Version_Number because of the change of the
order of calling Tree_Write/Tree_Read routines made for aspects.
2011-08-05 Bob Duff <duff@adacore.com>
* a-fihema.adb (Finalize): Fix race condition.
From-SVN: r177445
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 fd7fa29..bdc6f5d 100644 --- a/gcc/ada/tree_io.ads +++ b/gcc/ada/tree_io.ads @@ -47,7 +47,7 @@ package Tree_IO is Tree_Format_Error : exception; -- Raised if a format error is detected in the input file - ASIS_Version_Number : constant := 25; + ASIS_Version_Number : constant := 26; -- ASIS Version. This is used to check for consistency between the compiler -- used to generate trees and an ASIS application that is reading the -- trees. It must be incremented whenever a change is made to the tree |