Fixincludes machine_name fix overly zealous

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

So, now that I got fixincludes to work with me, there is only one barrier to getting everything working for me.

The machine_name fix seems to be overly zealous. It is replacing many instances of
#if((n)def) ... CPU ...
with
#if((n)def) ... __CPU__

Which is ok, except for the fact that it does *not* replace CPU everywhere else, including in #el* clauses *and* outside of the preprocessor, where use of CPU is reported as an error.

It is also replacing __CPU_FAMILY__, which is also undesirable.

Why is it replacing these? AFAIK they do not need to be replaced and should not be replaced.

Other than this issue, everything else appears to be working well.

Thanks for any/all help!

Robert Mason


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux