home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.ada
- Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!think.com!linus!linus.mitre.org!linus!mbunix!eachus
- From: eachus@Dr_No.mitre.org (Robert I. Eachus)
- Subject: Re: pragma INLINE
- In-Reply-To: bwallet@apssgi.nswc.navy.mil's message of 10 Sep 92 15:43:42 GMT
- Message-ID: <EACHUS.92Sep14155508@Dr_No.mitre.org>
- Sender: news@linus.mitre.org (News Service)
- Nntp-Posting-Host: dr_no.mitre.org
- Organization: The Mitre Corp., Bedford, MA.
- References: <1992Sep10.154342.6109@relay.nswc.navy.mil>
- Date: Mon, 14 Sep 1992 20:55:08 GMT
- Lines: 20
-
- In article <1992Sep10.154342.6109@relay.nswc.navy.mil> bwallet@apssgi.nswc.navy.mil (Brad Wallet) asks:
-
- > Can pragma INLINE be used with a function created by pragma INTERFACE to
- > C code?
-
- It's legal, but I can't imagine that any compiler would do the
- inlining. (Pragma INLINE is a classic pragma in that it includes
- advice to the compiler--please put this in line. Pragma INTERFACE on
- the other hand probably should have been a representation
- specification. A compiler must obey it or reject the program.)
-
-
-
- --
-
- Robert I. Eachus
-
- with STANDARD_DISCLAIMER;
- use STANDARD_DISCLAIMER;
- function MESSAGE (TEXT: in CLEVER_IDEAS) return BETTER_IDEAS is...
-