X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: _rdtsc(void) inline function in time.h - cause problem with multiple definition during linking Date: Wed, 26 Oct 2011 07:27:57 -0700 (PDT) Organization: http://groups.google.com Lines: 20 Message-ID: References: <4ce51722-c2fd-4fe0-8cb9-ebae498c3271 AT r1g2000yqm DOT googlegroups DOT com> <83k47tc9u2 DOT fsf AT gnu DOT org> <65da0e3d-29ea-46ae-b23d-ae08652594aa AT a17g2000yqj DOT googlegroups DOT com> <0a80c084-8135-4c4d-a25c-b56f3eb41e36 AT y36g2000yqm DOT googlegroups DOT com> NNTP-Posting-Host: 90.181.199.10 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1319639278 29719 127.0.0.1 (26 Oct 2011 14:27:58 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 26 Oct 2011 14:27:58 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: q16g2000yqn.googlegroups.com; posting-host=90.181.199.10; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14,gzip(gfe) Bytes: 2401 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p9QEj2Df020658 Reply-To: djgpp AT delorie DOT com > /* Ensure that always traditional GNU extern inline semantics are used >    (aka -fgnu89-inline) even if ISO C99 semantics have been specified.  */ > #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2) > # define _EXTERN_INLINE  extern __inline__ __attribute__ ((__gnu_inline__)) > #else > # define _EXTERN_INLINE  extern __inline__ > #endif Thanks for clarification. > >  There seems to be some development of djdev but it may > > be hidden to other users. > > Well, yes... Are there some other unofficial builds or your is the one? BTW what about 64-bit support for working with long files (>4GB)?