]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/samples/status.ads
ncurses 6.1 - patch 20191221
[ncurses.git] / Ada95 / samples / status.ads
index 4b81b0a5907fd486d05dd8951c7f4ee11aba9426..37ad5f1c1b9ddf63d42cb10fa0456427cbda35cb 100644 (file)
@@ -7,7 +7,7 @@
 --                                 S P E C                                  --
 --                                                                          --
 ------------------------------------------------------------------------------
--- Copyright (c) 1998 Free Software Foundation, Inc.                        --
+-- Copyright (c) 1998,2003 Free Software Foundation, Inc.                   --
 --                                                                          --
 -- Permission is hereby granted, free of charge, to any person obtaining a  --
 -- copy of this software and associated documentation files (the            --
 -- sale, use or other dealings in this Software without prior written       --
 -- authorization.                                                           --
 ------------------------------------------------------------------------------
---  Author: Juergen Pfeifer <Juergen.Pfeifer@T-Online.de> 1996
+--  Author:  Laurent Pautet <pautet@gnat.com>
+--  Modified by:  Juergen Pfeifer, 1997
 --  Version Control
---  $Revision: 1.3 $
---  Binding Version 00.93
+--  $Revision: 1.10 $
+--  Binding Version 01.00
 ------------------------------------------------------------------------------
 --  This package has been contributed by Laurent Pautet <pautet@gnat.com>   --
 --                                                                          --
@@ -44,6 +45,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;