I have a project that I am building with different compilers, and I need to
identify the compiler within the source to do different things.

Does TCC define a macro so I can do something like the following?:

#ifdef TCC
// TCC ony code...
#endif

Thanks!
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to