This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: __i386__ and cpp


>>>>> Jeffrey A Law <law@cygnus.com> writes:

>> We could solve these problems by making the cpp program be a shell script
>> that calls `gcc -E' instead of making cpp be a link to the cccp program.

> You also have to be careful to get quoting rules correct -- I tried
> the same thing a few years ago and ended up writing some real C code
> to ensure quoting in args was handled correctly.

I find that ${1:+"$@"} works fine.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]