-----------------------------------
package Implementation_Dependencies is
    --| Ada Compiler dependencies
    -----------------------------------

    --| Overview
    --| This package contains Ada Compiler Implementation dependencies.
    --| The purpose of this package is to isolate compiler dependencies
    --| to a single package to simplify rehosting of the Ada Testing
    --| and Evaluation Tools Set (ATETS).

    --| This version of Implementation_Dependencies is configured for:
    --|
    --|   - DEC VAX Ada Compiler
    --|
    --|   - TeleSoft Ada Compiler ( VAX VMS Version 2.5 )


    -- Jeff England  04/30/85 (TeleSoft Ada)
    --               05/09/85 (DEC VAX Ada)

    --------------------------------------

    --   Note:  I have commented out additional declarations in this unit --jwb

    --jwb    type Long_Integer  is new integer;  --| Not implemented in TeleSoft Ada

    --    type Long_Float    is new float;    --| Not implemented in TeleSoft Ada

    --    type Short_Integer is new integer;  --| Not implemented in TeleSoft Ada

    --jwb    type Short_Float   is new float;    --| Not implemented in TeleSoft Ada

    Line_Length : constant := 256;

end Implementation_Dependencies;
