X-Git-Url: https://git.saurik.com/minimal.git/blobdiff_plain/64c5d5aacd60ac07bcbd24655fcec3c96858e6d2..a75f8a407c6b2ed309084cac03560d2e932cb9cd:/stdlib.h diff --git a/stdlib.h b/stdlib.h index 06709eb..0f24d7d 100644 --- a/stdlib.h +++ b/stdlib.h @@ -58,7 +58,7 @@ for (;;) #define _trace() \ - printf("_trace(%s:%u)\n", __FILE__, __LINE__) + printf("_trace(%s:%u): %s\n", __FILE__, __LINE__, __FUNCTION__) #define _not(type) \ ((type) ~ (type) 0)