diff options
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r-- | gcc/ada/fe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h index e9c3721..6d31ae1 100644 --- a/gcc/ada/fe.h +++ b/gcc/ada/fe.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2015, Free Software Foundation, Inc. * + * Copyright (C) 1992-2016, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -226,6 +226,7 @@ extern Boolean Is_Others_Aggregate (Node_Id); /* sem_aux: */ #define Ancestor_Subtype sem_aux__ancestor_subtype +#define Constant_Value sem_aux__constant_value #define First_Discriminant sem_aux__first_discriminant #define First_Stored_Discriminant sem_aux__first_stored_discriminant #define First_Subtype sem_aux__first_subtype @@ -233,6 +234,7 @@ extern Boolean Is_Others_Aggregate (Node_Id); #define Is_Derived_Type sem_aux__is_derived_type extern Entity_Id Ancestor_Subtype (Entity_Id); +extern Node_Id Constant_Value (Entity_Id); extern Entity_Id First_Discriminant (Entity_Id); extern Entity_Id First_Stored_Discriminant (Entity_Id); extern Entity_Id First_Subtype (Entity_Id); |