Author: metze
Date: 2007-04-16 19:51:30 +0000 (Mon, 16 Apr 2007)
New Revision: 22277

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22277

Log:
__location__ is defined in libreplace now

metze
Modified:
   branches/SAMBA_3_0/source/include/smb_macros.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/smb_macros.h
===================================================================
--- branches/SAMBA_3_0/source/include/smb_macros.h      2007-04-16 19:47:41 UTC 
(rev 22276)
+++ branches/SAMBA_3_0/source/include/smb_macros.h      2007-04-16 19:51:30 UTC 
(rev 22277)
@@ -350,11 +350,6 @@
 
 #else
 
-#define _STRING_LINE_(s)    #s
-#define _STRING_LINE2_(s)   _STRING_LINE_(s)
-#define __LINESTR__       _STRING_LINE2_(__LINE__)
-#define __location__ __FILE__ ":" __LINESTR__
-
 #define PRS_ALLOC_MEM(ps, type, count) (type 
*)prs_alloc_mem((ps),sizeof(type),(count))
 #define PRS_ALLOC_MEM_VOID(ps, size) prs_alloc_mem((ps),(size),1)
 

Reply via email to