diff options
Diffstat (limited to 'ortho/ortho_nodes.common.ads')
-rw-r--r-- | ortho/ortho_nodes.common.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ortho/ortho_nodes.common.ads b/ortho/ortho_nodes.common.ads index bd573c0e9..178187482 100644 --- a/ortho/ortho_nodes.common.ads +++ b/ortho/ortho_nodes.common.ads @@ -38,6 +38,8 @@ package ORTHO_NODES is O_Snode_Null : constant O_Snode; O_Tnode_Null : constant O_Tnode; + -- True if the code generated supports nested subprograms. + Has_Nested_Subprograms : constant Boolean; ------------------------ -- Type definitions -- |