This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* all this verbosity is required for this to work reliably and predictably | |
* on both GCC and MSVC | |
*/ | |
/* because gcc cpp doesn't recursively expand macros, so a single CALLIT | |
* macro can't be used in all the FE_n macros below | |
*/ | |
#define FE_CALLITn01(a,b) a b | |
#define FE_CALLITn02(a,b) a b |