DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ B T ┃
Length: 697 (0x2b9) Types: TextFile Names: »B«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS └─ ⟦9a14c9417⟧ »DATA« └─⟦this⟧
with Job; with Log; with Profile; with All_Extensions; procedure Register_All_Extensions (Target_Key_Name : String := "Sparc_Sunos_Sun") is Library_Integration : constant String := Target_Key_Name & "Library_Integration"; begin All_Extensions.Register (Target_Key_Name); loop delay Duration'Last; end loop; exception when others => Log.Put_Line (Message => "The RCF is not elaborated", Kind => Profile.Negative_Msg); Log.Put_Line (Message => "Registration of Library Extension Failed", Kind => Profile.Error_Msg); Register_All_Extensions; end Register_All_Extensions;