X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fnmem.c;h=623e39916b7cc3d159d42123dfa046c874277057;hp=947a492fdb669e009b863e28016005a2116af811;hb=4c176312acdc3444c9afc820f76a393e64668e52;hpb=42dcf1902943937854ceacc8e3c72ec40fe2f48c diff --git a/src/nmem.c b/src/nmem.c index 947a492..623e399 100644 --- a/src/nmem.c +++ b/src/nmem.c @@ -1,8 +1,8 @@ /* - * Copyright (c) 1995-2004, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: nmem.c,v 1.10 2005-01-04 21:27:54 mike Exp $ + * $Id: nmem.c,v 1.12 2005-01-15 19:47:14 adam Exp $ */ /** @@ -49,7 +49,9 @@ struct align { short s; int i; long l; +#if HAVE_LONG_LONG long long ll; +#endif float f; double d; } u;