Date: Wed, 26 Apr 2000 07:08:13 -0400 (EDT) Message-Id: <200004261108.HAA23687@indy.delorie.com> From: Eli Zaretskii To: ams AT ludd DOT luth DOT se CC: djgpp-workers AT delorie DOT com In-reply-to: <200004252052.WAA08038@father.ludd.luth.se> (message from Martin Str|mberg on Tue, 25 Apr 2000 22:52:43 +0200 (MET DST)) Subject: Re: restrict References: <200004252052 DOT WAA08038 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Martin Str|mberg > Date: Tue, 25 Apr 2000 22:52:43 +0200 (MET DST) > > ----- Output from making in src/libc/ansi/assert/assert.c with -E ends. ----- > > So for some reason it skips the defines although "gcc --version" > reports "2.952" and compiling with "-v" reports "-D__GNUC__=2 > -DGNUC_MINOR__=95". I'm not sure I understand. What did you expect to see in "gcc -E"'s output in this case? Also, did you change assert.c or stdio.h in any way? If not, there's no `restrict' there.