diff options
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r-- | gcc/ada/osint.ads | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads index 0e87e9a4948..44ad5bad4ed 100644 --- a/gcc/ada/osint.ads +++ b/gcc/ada/osint.ads @@ -36,6 +36,11 @@ pragma Elaborate (GNAT.OS_Lib); package Osint is + Multi_Unit_Index_Character : Character := '~'; + -- The character before the index of the unit in a multi-unit source, + -- in ALI and object file names. This is not a constant, because it is + -- changed to '$' on VMS. + Ada_Include_Path : constant String := "ADA_INCLUDE_PATH"; Ada_Objects_Path : constant String := "ADA_OBJECTS_PATH"; Project_Include_Path_File : constant String := "ADA_PRJ_INCLUDE_FILE"; |