From: Adam Dickmeiss Date: Wed, 25 Nov 2009 19:55:30 +0000 (+0100) Subject: 64-bit BER integer X-Git-Tag: v4.0.0~111 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e6139770a5e990b966f7704137588f5e9cedaf25;p=yaz-moved-to-github.git 64-bit BER integer --- diff --git a/include/yaz/nmem.h b/include/yaz/nmem.h index 9364323..39c47eb 100644 --- a/include/yaz/nmem.h +++ b/include/yaz/nmem.h @@ -44,7 +44,7 @@ YAZ_BEGIN_CDECL typedef struct nmem_control *NMEM; /** \brief Set to 1 if YAZ BER integer is 64-bit ; 0 otherwise */ -#define NMEM_64 0 +#define NMEM_64 1 #if NMEM_64 /** \brief BER/utility integer (64-bit or more) */