From: Adam Dickmeiss Date: Thu, 9 Dec 2004 09:37:00 +0000 (+0000) Subject: Fixed place for YAZ_END_CDECL X-Git-Tag: YAZ.2.0.30~34 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=8862e24160fcdd1d99da8b8203e6d4fe942b91de;p=yaz-moved-to-github.git Fixed place for YAZ_END_CDECL --- diff --git a/include/yaz/log.h b/include/yaz/log.h index 52b440e..916ce42 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: log.h,v 1.25 2004-12-08 09:08:01 adam Exp $ + * $Id: log.h,v 1.26 2004-12-09 09:37:00 adam Exp $ */ /** @@ -72,5 +72,6 @@ YAZ_BEGIN_CDECL /* logf is deprecated, as it conflicts with a math function */ #define logf yaz_log -#endif YAZ_END_CDECL + +#endif