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

⟦4d0e4f0c5⟧ TextFile

    Length: 2139 (0x85b)
    Types: TextFile
    Names: »B«

Derivation

└─⟦85b835f43⟧ Bits:30000549 8mm tape, Rational 1000, Xlib rev 6.00
    └─ ⟦0c20f784e⟧ »DATA« 
        └─⟦1abbe589f⟧ 
            └─⟦591c5b094⟧ 
                └─⟦this⟧ 

TextFile

with Parameterize_Ada_Unit;

procedure Parameterize_Ada_Unit_Cdf_Hpux
             (Unit      : String  :=
                 "!X11.X_Library.Rev6_Hpux_Working.Units.??'c(Ada)";
              Parms     : String  := "";
              Repromote : Boolean := False) is
begin

    Parameterize_Ada_Unit (Unit,  
                           Parms &  
                              "Debug                  => True," &  
                              "R1000                  => False," &  
                              "TeleGen2               => False," &  
                              "Cdf_Hpux               => True," &  
                              "Unix                   => True," &  
                              "SysV                   => True," &  
                              "Multitask_Locking      => True," &  
                              "Enable_Deallocation    => False," &  
                              "Inline                 => True," &  
                              "Length_Clauses         => True," &  
                              "Pack                   => True," &  
                              "Record_Rep_Clauses     => True," &  
                              "Bit0_Sign_Bit          => True," &  
                              "Byte0_Sign_Bit         => True," &  
                              "Positive_Is_Large      => True," &  
                              "Record_Rep_Storage_Unit_8  => True," &  
                              "Record_Rep_Storage_Unit_16 => False," &  
                              "Record_Rep_Storage_Unit_32 => False," &  
                              "Row_Major_Order        => True," &  
                              "Raw_Is_Unsigned        => True," &  
                              "R1000_Size_Bug         => False," &  
                              "TeleGen2_Derive_Bug    => False," &  
                              "TeleGen2_Length_Bug    => False," &  
                              "TeleGen2_Pack_Bug      => False," &  
                              "TeleGen2_2d_Bug        => False",  
                           Repromote);

end Parameterize_Ada_Unit_Cdf_Hpux;