diff options
Diffstat (limited to 'gcc/ada/exp_prag.ads')
-rw-r--r-- | gcc/ada/exp_prag.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/exp_prag.ads b/gcc/ada/exp_prag.ads index 036d7b1..cd78dd206 100644 --- a/gcc/ada/exp_prag.ads +++ b/gcc/ada/exp_prag.ads @@ -72,4 +72,8 @@ package Exp_Prag is -- of Prag is replaced with a reference to procedure with checks for the -- variant expressions. + procedure Expand_Pragma_Program_Exit (Prag : Node_Id); + -- This routine only exists for consistency with other pragmas, since + -- Program_Exit has no meaningful expansion. + end Exp_Prag; |