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

⟦a5cd3c13b⟧ TextFile

    Length: 503 (0x1f7)
    Types: TextFile
    Names: »B«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

separate (Library_Extensions)
procedure Link_Postprocess (Main_Unit : String;
                            Executable_Name : String;
                            Status : in out Simple_Status.Condition) is
begin
    Log.Put_Line (Message => "Executing Link_Postprocess",
                  Kind => Profile.Note_Msg);
    -- set context
    Simple_Status.Initialize (Status);
    -- reset context
exception
    when others =>
        Unhandled_Exception (Status, "Link_Postprocess");
end Link_Postprocess;