From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Thomas Bushnell, BSG" Message-ID: <874rjird89.fsf@becket.becket.net> Content-Type: text/plain; charset=us-ascii References: <3C849349.89B794B6@strakt.com>, <87adtj7yyl.fsf@becket.becket.net>, <4da3d9af.0203131248.60d6899e@posting.google.com> Subject: Re: macro fun [Re: [9fans] plan or side effect] Date: Fri, 15 Mar 2002 10:18:08 +0000 Topicbox-Message-UUID: 6767dc90-eaca-11e9-9e20-41e7f4b1d025 "ozan s. yigit" writes: > bent!oz| cc -o t t.c > bent!oz| ./t > hello world! > bent!oz| cc -O -o t t.c > t.c:3: parse error before `__extension__' > > i'll let you figure out what t.c trivially contains to make a soup > with the "optimized" macro, thanks to simple textual substitution. :) I have no clue. Probably you included the wrong header file, or none, or in some other way violated the actual rules of the language.