]> git.eshelyaron.com Git - emacs.git/commitdiff
(roundup): Undef before defining.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 21:46:45 +0000 (21:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 May 1994 21:46:45 +0000 (21:46 +0000)
src/unexhp9k800.c

index 76bfa1f855151af45a083be6d53fbd7e807ac0fe..9e22bd5b3a33f91023c1a6452547e5ec3bb39333 100644 (file)
@@ -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))