Thread: -D_BOOL in GCC
View Single Post
Old Feb 21st, 2007, 6:24 AM   #2
Eoin
Hobbyist Programmer
 
Eoin's Avatar
 
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3 Eoin is on a distinguished road
Hi rwm, the -DNAME flags #define the preprocessor symbol NAME, for the files gcc is about to compile. So the given command line #defines the symbols _BOOL, REQUIRE_IOSTREAM and LINUX. What effects they have depends on the code being compiled.
__________________
Visit my website BinaryNotions.
Eoin is offline   Reply With Quote