-- LA140081.A -- -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687 and -- F08630-91-C-0015, the U.S. Government obtained unlimited rights in the -- software and documentation contained herein. Unlimited rights are -- defined in DFAR 252.227-7013(a)(19). By making this public release, -- the Government intends to confer upon all recipients unlimited rights -- equal to those held by the Government. These rights include rights to -- use, duplicate, release or disclose the released technical data and -- computer software in whole or in part, in any manner and for any purpose -- whatsoever, and to have or permit others to do so. -- -- DISCLAIMER -- -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A -- PARTICULAR PURPOSE OF SAID MATERIAL. --* -- -- OBJECTIVE: -- See LA140082.AM. -- -- TEST DESCRIPTION: -- See LA140082.AM. -- -- SPECIAL REQUIREMENTS: -- See LA140082.AM. -- -- TEST FILES: -- This test consists of the following files: -- LA140080.A -- -> LA140081.A -- LA140082.AM -- LA140083.A -- -- PASS/FAIL CRITERIA: -- See LA140082.AM. -- -- CHANGE HISTORY: -- 01 MAY 95 ACVC 1.12 LA5007M baseline version -- 25 MAY 95 SAIC Initial version -- 10 DEC 96 SAIC Reorganized to permit automatic recompilation. -- --! function LA14008_0 return integer is TC_local : integer := 0; TC_var : integer := 100; function LA14008_1 return integer is separate; -- when LA14008_0 is revised and recompiled, -- this semantic dependency has to be -- handled begin TC_local := LA14008_1; return TC_local; end LA14008_0;