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,df854b5838c3e14 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Gripe about Ada, rep specs that won't. Date: 1996/03/22 Message-ID: #1/1 X-Deja-AN: 143729026 references: <00001a73+00002504@msn.com> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-03-22T00:00:00+00:00 List-Id: There mere fact that something is under System ought to clue people in that it might be system-dependent. Plus maybe a comment at the front, saying "Don't use this." or whatever (written in a way that makes it visible despite the presence of all that copyright boilerplate!). I wouldn't bother with extra pragmas and whatnot -- just more marginally useful documentation for the poor user to read. I wouldn't bother with "private", either, since technically these are not private children of System -- if they were, you couldn't refer to them from children of Ada. - Bob