Category : Pascal Source Code
Archive   : PIBT41S4.ZIP
Filename : TRAPERRO.MOD

 
Output of file : TRAPERRO.MOD contained in archive : PIBT41S4.ZIP
(*----------------------------------------------------------------------*)
(* Trap_Error --- Trap errors and transfer to real error handler *)
(*----------------------------------------------------------------------*)

PROCEDURE Trap_Error( ErrNo , ErrAddr : INTEGER );

(*----------------------------------------------------------------------*)
(* *)
(* Procedure: Trap_Error *)
(* *)
(* Purpose: Handles PibTerm program aborts *)
(* *)
(* Calling Sequence: *)
(* *)
(* Trap_Error( ErrNo , ErrAddr : INTEGER ); *)
(* *)
(* ErrNo --- error number/type *)
(* ErrAddr --- address where error occurred *)
(* *)
(* Remarks: *)
(* *)
(* This routine simply calls the genuine error handler procedure *)
(* ERROR_HANDLER. Trap_Error exists to allow the non-main *)
(* modules in PibTerm access to the error handler in the main *)
(* module. *)
(* *)
(*----------------------------------------------------------------------*)

BEGIN (* Trap_Error *)

Error_Handler( ErrNo, ErrAddr );

END (* Trap_Error *);


  3 Responses to “Category : Pascal Source Code
Archive   : PIBT41S4.ZIP
Filename : TRAPERRO.MOD

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/