From 7e13a1c96ad2ab5ee6506b631390a5d99d3347e8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Apr 2007 19:45:35 +0000 Subject: r22273: - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze (This used to be commit 24324fbcff1a896c55e789063f9916dbd092956d) --- source4/lib/replace/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/replace/README') diff --git a/source4/lib/replace/README b/source4/lib/replace/README index d63847556c..c2de560314 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -79,8 +79,10 @@ va_copy __FUNCTION__ __FILE__ __LINE__ +__LINESTR__ __location__ __STRING +__STRINGSTRING MIN MAX QSORT_CAST -- cgit