DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

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

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦20a8706aa⟧ Ada Source

    Length: 2048 (0x800)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Erreurs, seg_0392d8, seg_03932d, seg_039346

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 
└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦cfc2e13cd⟧ »Space Info Vol 2« 
        └─⟦this⟧ 

E3 Source Code



with Text_Io;
with Lexical;

package body Erreurs is

    Nom_Logique : Text_Io.File_Type;
    Erreurs : Boolean := False;


    procedure Ouvrir (Nom : String) is
    begin
        Text_Io.Create
           (File => Nom_Logique, Mode => Text_Io.Out_File, Name => Nom);
    end Ouvrir;


    procedure Fermer is
    begin
        Text_Io.Close (File => Nom_Logique);
    end Fermer;


    procedure Ajouter (La_Chaine : String) is
    begin  
        Erreurs := True;
        Text_Io.Put_Line (File => Nom_Logique,
                          Item => "Ligne " & Integer'Image (Lexical.Get_Line) &
                                     " : " & La_Chaine);
    end Ajouter;


    function Erreurs_Generees return Boolean is
    begin
        return Erreurs;
    end Erreurs_Generees;

end Erreurs;

E3 Meta Data

    nblk1=1
    nid=0
    hdr6=2
        [0x00] rec0=27 rec1=00 rec2=01 rec3=000
    tail 0x21736f4d684ec3febd775 0x42a00088462060003