From: Stefan Metzmacher Date: Mon, 16 Apr 2007 19:51:30 +0000 (+0000) Subject: r22277: __location__ is defined in libreplace now X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~696 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b45075a265d00847cf77b549759ad9373a16615;p=thirdparty%2Fsamba.git r22277: __location__ is defined in libreplace now metze --- diff --git a/source/include/smb_macros.h b/source/include/smb_macros.h index 4ca227c21ee..d696db3d3ac 100644 --- a/source/include/smb_macros.h +++ b/source/include/smb_macros.h @@ -350,11 +350,6 @@ copy an IP address from one buffer to another #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)