File 0003-align.patch of Package sblim-sfcb
From 9df6a7399ddb15428e6afe6f6aafb5e3f4087bbf Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Wed, 22 Oct 2008 10:27:43 +0200
Subject: [PATCH] align.patch
---
objectImpl.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/objectImpl.h b/objectImpl.h
index 7eb1298..0ad14e6 100644
--- a/objectImpl.h
+++ b/objectImpl.h
@@ -52,7 +52,7 @@
#define GetMax(f) (GetLo15b((f)))
#define IsMallocedMax(x) (GetHi1b((x)))
- #define CLALIGN 4
+ #define CLALIGN sizeof(void*)
#define CLEXTRA 0
#define ALIGN(x,y) (x == 0 ? 0 : ((((x-1)/y)+1)*y))
--
1.6.0.2