aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_code.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_code.ads')
-rw-r--r--gcc/ada/exp_code.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/exp_code.ads b/gcc/ada/exp_code.ads
index 80f6535..474eafc 100644
--- a/gcc/ada/exp_code.ads
+++ b/gcc/ada/exp_code.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1996-2020, Free Software Foundation, Inc. --
+-- Copyright (C) 1996-2021, 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- --
@@ -53,6 +53,7 @@ package Exp_Code is
-- with subsequent calls to Clobber_Get_Next.
function Clobber_Get_Next return System.Address;
+ pragma Convention (C, Clobber_Get_Next);
-- Can only be called after a previous call to Clobber_Setup. The
-- returned value is a pointer to a null terminated (C format) string
-- for the next register argument. Null_Address is returned when there