Bump year
[yaz-moved-to-github.git] / src / nmem.c
index 947a492..623e399 100644 (file)
@@ -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;