DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T V

⟦6014e489f⟧ TextFile

    Length: 1225 (0x4c9)
    Types: TextFile
    Names: »V«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

-----------------------------------
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;