# HG changeset patch # User Richard M. Stallman # Date 770161605 0 # Node ID 0ba4d34bcff4b01cb8eb61bff7dc1a3e5a344ac6 # Parent f2747ec591fdea1122cffda84a6b71e90cbe5025 (roundup): Undef before defining. diff -r f2747ec591fd -r 0ba4d34bcff4 src/unexhp9k800.c --- a/src/unexhp9k800.c Sat May 28 20:06:08 1994 +0000 +++ b/src/unexhp9k800.c Sat May 28 21:46:45 1994 +0000 @@ -63,6 +63,7 @@ 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))