remove redundant #defines (they are already in compiler.h)

This commit is contained in:
mfranz 2008-06-22 18:07:50 +00:00
parent c8c693db53
commit 2d37c0aa42

View File

@ -309,9 +309,7 @@ sglog()
# define SG_LOG(C,P,M) sglog() << loglevel(C,P) << M << std::endl # define SG_LOG(C,P,M) sglog() << loglevel(C,P) << M << std::endl
#endif #endif
#define SG_STRINGIFY(x) #x #define SG_ORIGIN __FILE__ ":" SG_STRINGIZE(__LINE__)
#define SG_TOSTRING(x) SG_STRINGIFY(x)
#define SG_ORIGIN __FILE__ ":" SG_TOSTRING(__LINE__)
#endif // _LOGSTREAM_H #endif // _LOGSTREAM_H