]> git.mxchange.org Git - simgear.git/commit
add SG_ORIGIN macro that expands to a string __FILE__":"__LINE__
authormfranz <mfranz>
Mon, 2 Jul 2007 12:55:10 +0000 (12:55 +0000)
committermfranz <mfranz>
Mon, 2 Jul 2007 12:55:10 +0000 (12:55 +0000)
commita25eebef9b4cd549da9417029f2f18996f26afbf
tree2cba9f14d2aabf54b15d39725416063c1c78d8cb
parent741c4ca15a7f61304388e6b25aca3898de0ee9ce
add SG_ORIGIN macro that expands to a string  __FILE__":"__LINE__
Note that __LINE__ is a number and can't be directly used in string
context, which makes the macro worthwhile. (IMHO :-)
simgear/debug/logstream.hxx