; 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 is the amount of space used for static data by the C part of the C
; library (including some safety margin, described in s.clib.sparedata).
; This file is used in making the C library stub.  It is important that
; this number plus the size of data for CLib be kept constant, or relinking
; will be forced on the shared library's clients:-
;
;       size-of-static-data-in-part-of-RISC_OS/C-library-written-in-C +
;           sizeof-static-data-in-cl_spare == RlibSpace
;
; Copyright (C) Acorn Computers Ltd., 1988.
;

RlibSpace  Variable 607

        END