|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 5120 (0x1400)
Types: Ada Source
Notes: 03_class, FILE, R1k_Segment, e3_tag, package body Msg_Report, seg_038679, seg_038ad3
└─⟦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⟧
with Scanner;
with Text_Io;
package body Msg_Report is
Current_Line_Number : Integer := 0;
Tracing : Boolean := False;
procedure Lexical_Error (Message : String; More_Info : Boolean := True) is
begin
Text_Io.Put (">> LEXICAL ERROR, ");
if More_Info then
Text_Io.Put ("line ");
Text_Io.Put (Integer'Image (Scanner.Line_Number));
end if;
Text_Io.Put (" " & Message & " ");
if More_Info then
Text_Io.Put (Scanner.Value);
end if;
Text_Io.New_Line;
end Lexical_Error;
procedure Syntax_Error (Message : String; More_Info : Boolean := True) is
use Scanner;
begin
if Scanner.Symbol /= L_Unknown then
Text_Io.Put (">> SYNTAX ERROR, ");
if More_Info then
Text_Io.Put ("line ");
Text_Io.Put (Integer'Image (Scanner.Line_Number));
end if;
Text_Io.Put (" " & Message & " ");
if More_Info then
Text_Io.Put (Scanner.Value);
end if;
Text_Io.New_Line;
end if;
end Syntax_Error;
procedure Interpret_Error (Message : String) is
begin
Text_Io.Put (">> INTERPRET ERROR, ");
Text_Io.Put ("line ");
Text_Io.Put (Integer'Image (Current_Line_Number) & " ");
Text_Io.Put (Message);
Text_Io.New_Line;
end Interpret_Error;
procedure Information (Message : String) is
begin
if Tracing then
Text_Io.Put ("## INFORMATION MESSAGE, ");
Text_Io.Put (Message);
Text_Io.New_Line;
end if;
end Information;
procedure Continue (Message : String) is
begin
if Tracing then
Text_Io.Put (" ");
Text_Io.Put (Message);
Text_Io.New_Line;
end if;
end Continue;
procedure Tracing_On is
begin
Tracing := True;
end Tracing_On;
procedure Tracing_Off is
begin
Tracing := False;
end Tracing_Off;
procedure Set_Line_Number (Line_Number : Integer) is
begin
Current_Line_Number := Line_Number;
end Set_Line_Number;
end Msg_Report;
nblk1=4
nid=0
hdr6=8
[0x00] rec0=23 rec1=00 rec2=01 rec3=01c
[0x01] rec0=00 rec1=00 rec2=04 rec3=00a
[0x02] rec0=24 rec1=00 rec2=03 rec3=008
[0x03] rec0=17 rec1=00 rec2=02 rec3=000
tail 0x215318d0684e7624e870b 0x42a00088462060003