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,68db891c6e758b72 X-Google-Attributes: gid103376,public From: Martin Kristensson Subject: Re: Help needed Date: 1997/10/20 Message-ID: <344BC611.2D7F@dtek.chalmers.se>#1/1 X-Deja-AN: 284604124 References: <344B1CD3.1934@xperts.hu> Organization: Chalmers University of Technology, Sweden Newsgroups: comp.lang.ada Date: 1997-10-20T00:00:00+00:00 List-Id: Guest wrote: > > Hi, > > I'm working on an Ada parser and need some information; hope > someone can help me a bit. > Upon finding a WITH clause, the compiler determines which file to > process. My question is that is a STANDARD(ized) way to find this file > name out, or it is implementation dependent. It is implementation dependent. Some _examples_ of package specification file names : .ads .1.ada .ada_ /Martin.