Wednesday, April 16, 2008

check the version of gcc in your program

use #if __GNUC__ < 4

#if __GNUC_MINOR__ < 3