summaryrefslogtreecommitdiff
path: root/translate/translation.ads
diff options
context:
space:
mode:
Diffstat (limited to 'translate/translation.ads')
-rw-r--r--translate/translation.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/translation.ads b/translate/translation.ads
index bcaec62..e779685 100644
--- a/translate/translation.ads
+++ b/translate/translation.ads
@@ -77,6 +77,8 @@ package Translation is
Flag_Discard_Identifiers : Boolean := False;
-- If true, do not create nested subprograms.
+ -- This flag is forced during initialization if the code generated doesn't
+ -- support nested subprograms.
Flag_Unnest_Subprograms : Boolean := False;
type Foreign_Kind_Type is (Foreign_Unknown,