]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/status.ads
ncurses 5.0
[ncurses.git] / Ada95 / samples / status.ads
index 4b81b0a5907fd486d05dd8951c7f4ee11aba9426..600b21234bfaa63750083827ffb2da7422b9c1c6 100644 (file)
 -- sale, use or other dealings in this Software without prior written       --
 -- authorization.                                                           --
 ------------------------------------------------------------------------------
---  Author: Juergen Pfeifer <Juergen.Pfeifer@T-Online.de> 1996
+--  Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1996
 --  Version Control
---  $Revision: 1.3 $
---  Binding Version 00.93
+--  $Revision: 1.7 $
+--  Binding Version 01.00
 ------------------------------------------------------------------------------
 --  This package has been contributed by Laurent Pautet <pautet@gnat.com>   --
 --                                                                          --
@@ -44,6 +44,10 @@ with Ada.Interrupts.Names;
 
 package Status is
 
+   pragma Warnings (Off);  --  the next pragma exists since 3.11p
+   pragma Unreserve_All_Interrupts;
+   pragma Warnings (On);
+
    protected Process is
       procedure Stop;
       function Continue return Boolean;