From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Syntax questions. Date: Tue, 18 Feb 1997 10:16:51 -0800 Organization: Two pounds of chaos and a pinch of salt Lines: 18 Message-ID: <3309F213.6E7B@cs.com> References: <330A3CD8 DOT 42E6 AT post DOT comstar DOT ru> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp104.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Dim Zegebart wrote: > > Hi, > What is difference between __inline__ and inline ? > And where I can get description of such things ? They are both identical in effect, but as I understand it, if you force gcc to compile strict ANSI code (i.e. '--ansi' and '--pedantic' switches), the inline keyword is not recognized. In this case, "__inline__" can be used as a substitute. It's something like that anyway; read the gcc docs for more information. -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com | | Descent 2: The Infinite Abyss - The greatest Internet game of all | | time just got better! This time, you're going all the way down...| ---------------------------------------------------------------------