CACAO
macro_rename.hpp
Go to the documentation of this file.
1 
2 /* work around name clash in Solaris */
3 #if (REG_SP != 14)
4 #warning the bastard is defined
5 # define REG_SP_SOLARIS REG_SP
6 # undef REG_SP
7 # define REG_SP 14
8 #endif
9