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

⟦64aed6e01⟧ TextFile

    Length: 826 (0x33a)
    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

with Action;
with Diana;
with Directory;

package Split_Util is

    procedure Error (Msg : String; Fatal : Boolean := True);
    procedure Check (Status : Directory.Error_Status; Msg : String);

    function Compute_Size (Unit_Body : Diana.Tree) return Integer;

    function Is_Overloaded
                (Subprogram_Body : Diana.Tree; The_Items : Diana.Seq_Type)
                return Boolean;

    procedure Fix_References (Wroot : Diana.Tree;
                              Stub : Diana.Tree;
                              Sep_Ids : Diana.Temp_Seq;
                              Action_Id : Action.Id;
                              Parent_Name : Diana.Symbol_Rep;
                              Subunit_Name : Diana.Symbol_Rep;
                              In_Subunit : Boolean);

    Failure : exception;
end Split_Util;