; Copyright 1996 Acorn Computers Ltd
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
;     http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
; This module describes the amount of space used for static data by the C part
; of the C library (including a safety margin described in s.clib.cl_spare).
; This file is used in making the C library stub.
; It is important that the following equation holds, or relinking will be
; forced on the shared library's clients:-
;
;       size-of-static-data-in-part-of-C-library-written-in-C +
;           sizeof-static-data-in-cl_spare == ClibSpace == 491
;
; Copyright (C) Acorn Computers Ltd., 1988.
;

ClibSpace  Variable 490

        END