changeset 873:26ea35e914ca

Oops. 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Feb 2015 20:59:22 +0200
parents b01d04e44b6f
children 9d874c1c4a58
files src/dmlib.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmlib.h	Tue Feb 03 20:58:34 2015 +0200
+++ b/src/dmlib.h	Tue Feb 03 20:59:22 2015 +0200
@@ -464,7 +464,7 @@
     (((Uint64) (value) & (Uint64) 0x0000ff0000000000ULL) >> 24) |   \
     (((Uint64) (value) & (Uint64) 0x00ff000000000000ULL) >> 40) |   \
     (((Uint64) (value) & (Uint64) 0xff00000000000000ULL) >> 56)))
-#endif
+
 
 /* Macros that swap only when needed ...
  */