X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX1/BVKobKhPBrMN/ehirZBMaSRvzNov03eDIozKZ8F RYosoW7q8aBbW8 Message-ID: <51210803.1040907@gmx.de> Date: Sun, 17 Feb 2013 17:40:35 +0100 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com CC: Eli Zaretskii Subject: Re: inttypes.h r1.4 References: <5120F4BF DOT 9010807 AT gmx DOT de> <83halarkab DOT fsf AT gnu DOT org> In-Reply-To: <83halarkab.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am 17.02.2013 17:13, schrieb Eli Zaretskii: >> Date: Sun, 17 Feb 2013 16:18:23 +0100 >> From: Juan Manuel Guerrero >> >> The only thing that must be cleared is if stdint.h shall be >> included before or after the "#ifndef __dj_ENFORCE_ANSI_FREESTANDING". > After, of course. "Free standing" means without the library, so no > library components should be visible. Just look at all our headers, > and you will see that when __dj_ENFORCE_ANSI_FREESTANDING is defined, > the entire body of each header is skipped, which makes the header > files effectively empty for such a compilation. Fixed accordingly. Regards, Juan M. Guerrero