delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | RayeR <glaux AT centrum DOT cz> |
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: | <ef41aea8-5f10-4695-ae05-e43013abca25@q16g2000yqn.googlegroups.com> |
References: | <4ce51722-c2fd-4fe0-8cb9-ebae498c3271 AT r1g2000yqm DOT googlegroups DOT com> |
<83k47tc9u2 DOT fsf AT gnu DOT org> <CAA2C=vAn=NZYHMCc58HqfNZ=cdVbom-cE4ZZV1Pz=ziTT8EsNA AT mail DOT gmail DOT com> | |
<65da0e3d-29ea-46ae-b23d-ae08652594aa AT a17g2000yqj DOT googlegroups DOT com> | |
<0a80c084-8135-4c4d-a25c-b56f3eb41e36 AT y36g2000yqm DOT googlegroups DOT com> | |
<CAA2C=vBVOTxMEjm4qhRkMZ8oT6VManx6_m30qgpFqzp4Gz=ZEQ AT mail DOT gmail DOT com> | |
<ec1c078d-cb5d-45c0-8c12-491b8ae012ac AT r28g2000yqj DOT googlegroups DOT com> <CAA2C=vC7F7gz+yQg8FpyiPGu1SZCHOYjcnHd2iqa=-Svof2o1g AT mail DOT gmail DOT com> | |
NNTP-Posting-Host: | 90.181.199.10 |
Mime-Version: | 1.0 |
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 |
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)?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |