From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bcced006b4956bd6 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: How to modify Standard types in GNAT-3.11? Date: 1999/02/18 Message-ID: #1/1 X-Deja-AN: 445851319 References: <7afo84$fgm$1@nntp.ucs.ubc.ca> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1999-02-18T00:00:00+00:00 List-Id: tonya@aban.ece.ubc.ca (Tony R. Ambardar) writes: > > So the easiest solution I can see is to make Long_Long_Float > equivalent to Long_Float. It looks like I may only need to modify the > files stand.ads and a-types.h. Could someone please suggest the right > way of doing this? Since you are recompiling the run-time, you can certainly edit any file you want. However, it would be better to simply delete Long_long_Float, since you won't support it. Don't lie and make it not bigger than Long_Float! -- Stephe