I have several pieces of source which are compiled for a generic 80C31 or a Dallas 80C310. These processors require a different include files for the sfrs. Rather than changing the source code each time I change projects, it would be nice to use an ifdef.
so, do that #ifdef ... #include ... #else #include ... #endif
I guess I could have asked the question better. Is there a predefined macro for this purpose?