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: ┃ T V ┃
Length: 1451 (0x5ab) Types: TextFile Names: »V«
└─⟦407de186f⟧ Bits:30000749 8mm tape, Rational 1000, RCFSUN └─ ⟦e5cd75ab4⟧ »DATA« └─⟦this⟧
package Switches is type Switch is ( Compiler_Memory_Size, Inline_Subprograms, Separate_Generics, Constant_Allocation_Threshold, Global_Allocation_Threshold, Keep_Source, Keep_Tree, Include_Data_Map, Main_Stack_Size, Task_Stack_Size, Include_Calling_Trace, Time_Slicing, Blocking_Io, Keep_Uncalled, Linker_Directives, Linked_Modules, External_Library, Keep_Adatune_Info, Units_Closure, Include_Elaboration_Order, Include_Link_Info, Include_Name_Map, Retain_Subprograms, Include_Object_Map, Compiler_Listing, Binder_Listing, Cui_File, Executable, Debug, Include_Assembly, Include_Source_Text, Optimize_Checks, Expressions_Optimization, Runtime_Checks, Target_Ada_Library); function Image (S : in Switch) return String renames Switch'Image; function Help (S : in Switch) return String; end Switches;