diff src/unexhp9k800.c @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents c5d627a313b1
children 57709be46d1b
line wrap: on
line diff
--- a/src/unexhp9k800.c	Mon Aug 13 10:31:30 2007 +0200
+++ b/src/unexhp9k800.c	Mon Aug 13 10:32:22 2007 +0200
@@ -84,7 +84,6 @@
 int run_time_remap();
 #endif
 
-#define roundup(x,n) ( ( (x)+(n-1) ) & ~(n-1) )  /* n is power of 2 */
 #define min(x,y)  ( ((x)<(y))?(x):(y) )
 
 void write_header(int file, struct header *hdr, struct som_exec_auxhdr *auxhdr);