Mercurial > emacs
changeset 24666:239ee0e7b828
(copy_executable_and_move_sections): Ifdef out a
couple of unused switch cases that aren't defined on all
platforms.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 02 May 1999 09:59:03 +0000 |
parents | 5ba81a9aa8e8 |
children | 6156dc5f5ce0 |
files | nt/preprep.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/preprep.c Sun May 02 09:57:46 1999 +0000 +++ b/nt/preprep.c Sun May 02 09:59:03 1999 +0000 @@ -741,9 +741,12 @@ dropped from NT4 anyway. */ abort (); break; +#ifndef IMAGE_REL_BASED_SECTION case IMAGE_REL_BASED_SECTION: case IMAGE_REL_BASED_REL32: /* Docs don't say what these values mean. */ +#endif + default: abort (); } }