-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Bryan Kadzban wrote: > __extern_inline, in particular, expands to something other than what > I'd expect if I run gcc -E (instead of -c) on su.c in coreutils, > given the output of "gcc -E -dM /dev/null".
Oops, add an -xc to that last command. /dev/null doesn't have an extension, so you have to tell gcc which language to "build" (aka "print all preprocessor defines") for. So the "gcc -E <other stuff> su.c" output doesn't match what I'd expect given the output of "gcc -E -dM -xc /dev/null". :-) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsUBMS5vET1Wea5wRA3ESAJ0VKjOiGKP96PDryaw5D04/DZVbtwCfZ1kW ecvKbN2hHkCPEckHd/mcsvU= =OiGp -----END PGP SIGNATURE----- _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
