- fixes compilation on macosx.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1875 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 17 years ago
parent ccec6fe36c
commit 4a332caf8a

@ -73,7 +73,7 @@ enum Log_Level {
# ifndef NO_THREADID_LOG
# define GET_TID() pthread_self()
# define LOC_FMT " [%s, #%lx] [%u/%s:%d]"
# define LOC_DATA FUNC_NAME, tid_, pid_, __FILE__, __LINE__
# define LOC_DATA FUNC_NAME, (unsigned long)tid_, pid_, __FILE__, __LINE__
# else
# define GET_TID() 0
# define LOC_FMT " [%s] [%u/%s:%d]"

Loading…
Cancel
Save