all good here:

$ echo __GNUC__ | gcc -E -xc - | tail -n 1
3
$ echo __GNUC_MINOR__ | gcc -E -xc - | tail -n 1
3

Terry McIntyre -- UNIX for hire
Software Development, Systems Administration, Computer Security

[EMAIL PROTECTED] -- try google talk
On Feb 9, 2006, at 11:38 AM, Stéphane Nicolet wrote:

echo __GNUC_MINOR__ | gcc -E -xc - | tail -n 1


_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to