From 7fdd338c3600aa4e7a0ae3d5ce270b5a1f8ccc0c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 1 Jun 2004 10:28:25 +0000 Subject: ALIGN -> BIRD_ALIGN --- lib/birdlib.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/birdlib.h') diff --git a/lib/birdlib.h b/lib/birdlib.h index 1a575bf..1a27e96 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -13,9 +13,7 @@ #define OFFSETOF(s, i) ((unsigned int)&((s *)0)->i) #define SKIP_BACK(s, i, p) ((s *)((char *)p - OFFSETOF(s, i))) -#ifndef ALIGN -#define ALIGN(s, a) (((s)+a-1)&~(a-1)) -#endif +#define BIRD_ALIGN(s, a) (((s)+a-1)&~(a-1)) /* Utility macros */ -- cgit v1.2.3