Joseph Smith wrote:
I'm trying to setup a #define macro that can be used through out the program and also part of another macro.
Please take it to comp.lang.c!
Sorry, I am still learning more and more every day....
And that's a great thing. Please don't let me discourage it. But coreboot isn't really the place to learn C.
Google for stringify on the way.
Ok, I guess I am just a little confused, I have only ever used a #define to signify one thing.
http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
//Peter