From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:53d:: with SMTP id h29mr5483937qkh.395.1632412634502; Thu, 23 Sep 2021 08:57:14 -0700 (PDT) X-Received: by 2002:a05:6902:566:: with SMTP id a6mr6430090ybt.163.1632412634365; Thu, 23 Sep 2021 08:57:14 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Sep 2021 08:57:14 -0700 (PDT) In-Reply-To: <0f98243e-b20a-4dd1-9061-457b607ea8c7n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=84.92.86.82; posting-account=OCGnxwkAAADCyu751mus9xKbEvUSs9BP NNTP-Posting-Host: 84.92.86.82 References: <8936f386-3fdb-43b3-b912-317906d59631n@googlegroups.com> <4431fad9-d297-4d68-8c0f-fa771c6710f6n@googlegroups.com> <0f98243e-b20a-4dd1-9061-457b607ea8c7n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8403e1b9-adf1-4b3c-9bc3-f9d24fac93e5n@googlegroups.com> Subject: Re: C time_t 2038 problem s-os_lib.ads From: Kevin Chadwick Injection-Date: Thu, 23 Sep 2021 15:57:14 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62827 List-Id: > > All packages in Ada has "with Standard; use Standard;" which brings Integer etc. into scope. Long_Integer should be defined in the Standard package. Under help in GPS it should be possible to find the Standard package. > Thank You. I have found it. Strange, The package Standard file shows Long_Integer as range 64bit. VsCode during hover on Long_Integer shows 32 bit, as it's range.