1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

r22277: __location__ is defined in libreplace now

metze
This commit is contained in:
Stefan Metzmacher 2007-04-16 19:51:30 +00:00 committed by Gerald (Jerry) Carter
parent cc4face3bc
commit 9b45075a26

View File

@ -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)