From 2d37c0aa426c3d2807f43e78777c21445282ba3a Mon Sep 17 00:00:00 2001 From: mfranz Date: Sun, 22 Jun 2008 18:07:50 +0000 Subject: [PATCH] remove redundant #defines (they are already in compiler.h) --- simgear/debug/logstream.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/simgear/debug/logstream.hxx b/simgear/debug/logstream.hxx index a9dafa6d..cb712ae4 100644 --- a/simgear/debug/logstream.hxx +++ b/simgear/debug/logstream.hxx @@ -309,9 +309,7 @@ sglog() # define SG_LOG(C,P,M) sglog() << loglevel(C,P) << M << std::endl #endif -#define SG_STRINGIFY(x) #x -#define SG_TOSTRING(x) SG_STRINGIFY(x) -#define SG_ORIGIN __FILE__ ":" SG_TOSTRING(__LINE__) +#define SG_ORIGIN __FILE__ ":" SG_STRINGIZE(__LINE__) #endif // _LOGSTREAM_H -- 2.39.5