diff options
Diffstat (limited to 'ortho/gcc/ortho_gcc.private.ads')
-rw-r--r-- | ortho/gcc/ortho_gcc.private.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ortho/gcc/ortho_gcc.private.ads b/ortho/gcc/ortho_gcc.private.ads index 27526517a..cc2f556f0 100644 --- a/ortho/gcc/ortho_gcc.private.ads +++ b/ortho/gcc/ortho_gcc.private.ads @@ -24,6 +24,9 @@ use Ortho_Ident; package Ortho_Gcc is private + -- GCC supports nested subprograms. + Has_Nested_Subprograms : constant Boolean := True; + pragma Convention (C, O_Storage); -- pragma Convention (C, ON_Op_Kind); |