From dad1bbe25663bc0c6c6f0960d25258a9a1a3e15e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 21:46:45 +0000 Subject: [PATCH] (roundup): Undef before defining. --- src/unexhp9k800.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c index 76bfa1f8551..9e22bd5b3a3 100644 --- a/src/unexhp9k800.c +++ b/src/unexhp9k800.c @@ -63,6 +63,7 @@ run_time_remap (ignored) brk (brk_on_dump); } +#undef roundup #define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */ #define min(x,y) (((x) < (y)) ? (x) : (y)) -- 2.39.5