Author: metze Date: 2007-04-16 19:52:05 +0000 (Mon, 16 Apr 2007) New Revision: 22278
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22278 Log: __location__ is defined in libreplace now metze Modified: branches/SAMBA_3_0_25/source/include/smb_macros.h Changeset: Modified: branches/SAMBA_3_0_25/source/include/smb_macros.h =================================================================== --- branches/SAMBA_3_0_25/source/include/smb_macros.h 2007-04-16 19:51:30 UTC (rev 22277) +++ branches/SAMBA_3_0_25/source/include/smb_macros.h 2007-04-16 19:52:05 UTC (rev 22278) @@ -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)
