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

⟦bef117026⟧ TextFile

    Length: 708 (0x2c4)
    Types: TextFile
    Names: »B«

Derivation

└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2
    └─ ⟦77aa8350c⟧ »DATA« 
        └─⟦f794ecd1d⟧ 
            └─⟦4c85d69e2⟧ 
                └─⟦this⟧ 

TextFile

function Unchecked_Conversion (S : Source) return Target is  
    Bad_Lrm_Unchecked_Conversion : exception;
    -- Normally the compiler caches the trees for Unchecked_Conversion and
    -- Unchecked_Deallocation and uses these cached values to detect that
    -- an instantiation is of one of these pre-defined generics.  However,
    -- if an instantiation is done in the same run of the compiler as the
    -- coding of the generic, then the cached values are not valid and the
    -- the compiler incorrectly generates out of line code.  If this
    -- situation happens, the above exception will be raised.
    --
begin
    raise Bad_Lrm_Unchecked_Conversion;
    [statement]
end Unchecked_Conversion;