Switch __FUNCTION__ to __FILE__ since Sun Developer studio doesn't support the former
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
int __r; \
|
int __r; \
|
||||||
if ((__r = (x))) { \
|
if ((__r = (x))) { \
|
||||||
krb5_errx(dcontext, 1, "Failed (%d) on %s:%d", \
|
krb5_errx(dcontext, 1, "Failed (%d) on %s:%d", \
|
||||||
__r, __FUNCTION__, __LINE__); \
|
__r, __FILE__, __LINE__); \
|
||||||
} \
|
} \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user