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
Index: ┃ B T

⟦8f0fa2c73⟧ TextFile

    Length: 574 (0x23e)
    Types: TextFile
    Names: »B«

Derivation

└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS
    └─ ⟦9a14c9417⟧ »DATA« 
        └─⟦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 => "link_postprocess (Main_Unit => " & Main_Unit &
                      ", Executable_Name => " & Executable_Name & ")",
        Kind    => Profile.Sharp_Msg);

    Simple_Status.Initialize (Status);

exception
    when others =>
        Unhandled_Exception (Status, "Link_Postprocess");

end Link_Postprocess;