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=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!paperboy!paperboy.osf.org!boot From: boot@donald.osf.org (Bruce Bauman) Newsgroups: comp.lang.ada Subject: Re: Calling Ada routines from C programs. Message-ID: Date: 19 Feb 91 19:37:28 GMT References: <1884@array.UUCP> <91049.164842KKEYTE@ESOC.BITNET> Sender: news@OSF.ORG Reply-To: boot@osf.org Organization: Open Software Foundation In-reply-to: emery@aries.mitre.org's message of 19 Feb 91 15:05:58 GMT List-Id: For compilers which support pragma suppress, doing a pragma supress(elaboration_check) on those routines which you wish to call from C is often an expedient solution. Of course, you can run into other problems besides elaboration, depending upon the implementation... -- Bruce Bauman email: boot@osf.org phone: 617-621-7205 Open Software Foundation, 11 Cambridge Center, Cambridge, MA, 02142 Not really a programmer, but I play one on TV