Mercurial > emacs
comparison nt/preprep.c @ 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 | b7ccfe3bfb94 |
children | eb5e287ff675 |
comparison
equal
deleted
inserted
replaced
24665:5ba81a9aa8e8 | 24666:239ee0e7b828 |
---|---|
739 case IMAGE_REL_BASED_MIPS_JMPADDR: | 739 case IMAGE_REL_BASED_MIPS_JMPADDR: |
740 /* Don't know how to handle this; MIPS support has been | 740 /* Don't know how to handle this; MIPS support has been |
741 dropped from NT4 anyway. */ | 741 dropped from NT4 anyway. */ |
742 abort (); | 742 abort (); |
743 break; | 743 break; |
744 #ifndef IMAGE_REL_BASED_SECTION | |
744 case IMAGE_REL_BASED_SECTION: | 745 case IMAGE_REL_BASED_SECTION: |
745 case IMAGE_REL_BASED_REL32: | 746 case IMAGE_REL_BASED_REL32: |
746 /* Docs don't say what these values mean. */ | 747 /* Docs don't say what these values mean. */ |
748 #endif | |
749 default: | |
747 abort (); | 750 abort (); |
748 } | 751 } |
749 } | 752 } |
750 } | 753 } |
751 } | 754 } |