From a6c936c15b2145b2a4219e2503301e5cd167f3e2 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 19 Feb 2006 16:00:04 +0000 Subject: * ext/openssl/ossl.h (OSSL_Debug): should not use __func__. [ruby-dev:28339] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/openssl/ossl.h b/ext/openssl/ossl.h index 42578f7a75..56b3b2ec18 100644 --- a/ext/openssl/ossl.h +++ b/ext/openssl/ossl.h @@ -165,7 +165,7 @@ extern VALUE dOSSL; if (dOSSL == Qtrue) { \ fprintf(stderr, "OSSL_DEBUG: "); \ fprintf(stderr, fmt, ##__VA_ARGS__); \ - fprintf(stderr, " [in %s (%s:%d)]\n", __func__, __FILE__, __LINE__); \ + fprintf(stderr, " [%s:%d]\n", __FILE__, __LINE__); \ } \ } while (0) -- cgit v1.2.3