http://gcc.gnu.org/onlinedocs/cpp_toc.html
Thomas Bridge wrote:
> I know this is probably off topic, but I'm trying to make this code work
> under RH 6.2
>> I have a piece of code which does a process, but I only want one part of
> the code to be compiled, depending on the compile time options.
>> I was trying to do this by means of the following:
>> #ifdef USE_CODEBASE1
> /* Code here */
> #elsifdef USE_CODEBASE2
> /* alternative code here */
> #else
> /* Default code here */
> #endif
>> Any ideas what I'm doing wrong? I think it must be the #elsifdef part.
>> T.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!