From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 14 Sep 92 20:55:08 GMT From: eachus@mitre-bedford.arpa (Robert I. Eachus) Subject: Re: pragma INLINE Message-ID: List-Id: 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...