From: Sergey Rybin Date: Mon, 26 May 2008 15:52:24 +0000 (+0200) Subject: tree_io.ads (ASIS_Version_Number): Update because of the changes made in front-end X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=912c0b9386e6045641954fd2feaecb9d138717d2;p=gcc.git tree_io.ads (ASIS_Version_Number): Update because of the changes made in front-end 2008-05-26 Sergey Rybin * tree_io.ads (ASIS_Version_Number): Update because of the changes made in front-end From-SVN: r135950 --- diff --git a/gcc/ada/tree_io.ads b/gcc/ada/tree_io.ads index d243d726442..d0744bbcca4 100644 --- a/gcc/ada/tree_io.ads +++ b/gcc/ada/tree_io.ads @@ -46,7 +46,7 @@ package Tree_IO is Tree_Format_Error : exception; -- Raised if a format error is detected in the input file - ASIS_Version_Number : constant := 22; + ASIS_Version_Number : constant := 23; -- 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