changeset 7740:0ba4d34bcff4

(roundup): Undef before defining.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 21:46:45 +0000
parents f2747ec591fd
children 347191d7ca7d
files src/unexhp9k800.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))