[multiple changes]
[gcc.git] / gcc / ada / tree_io.ads
index bdc6f5d1b023185154d7abb6b2bc20daba1fd5a4..2afae45d910e8c8036286760819dcaf0b2cc9510 100644 (file)
@@ -47,12 +47,14 @@ package Tree_IO is
    Tree_Format_Error : exception;
    --  Raised if a format error is detected in the input file
 
-   ASIS_Version_Number : constant := 26;
+   ASIS_Version_Number : constant := 27;
    --  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
    --  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
 
    procedure Tree_Read_Initialize (Desc : File_Descriptor);
    --  Called to initialize reading of a tree file. This call must be made