diff options
| author | Richard M. Stallman | 1994-05-28 21:46:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-28 21:46:45 +0000 |
| commit | dad1bbe25663bc0c6c6f0960d25258a9a1a3e15e (patch) | |
| tree | dae60feb181d155c39ee97089fc3e3e23193498f /src | |
| parent | e5bd212549ccebe03d89ab795a93e6583624d5f6 (diff) | |
| download | emacs-dad1bbe25663bc0c6c6f0960d25258a9a1a3e15e.tar.gz emacs-dad1bbe25663bc0c6c6f0960d25258a9a1a3e15e.zip | |
(roundup): Undef before defining.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexhp9k800.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 63 | brk (brk_on_dump); | 63 | brk (brk_on_dump); |
| 64 | } | 64 | } |
| 65 | 65 | ||
| 66 | #undef roundup | ||
| 66 | #define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */ | 67 | #define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */ |
| 67 | #define min(x,y) (((x) < (y)) ? (x) : (y)) | 68 | #define min(x,y) (((x) < (y)) ? (x) : (y)) |
| 68 | 69 | ||