comparison nt/preprep.c @ 24805:eb5e287ff675

Fix typo.
author Andrew Innes <andrewi@gnu.org>
date Thu, 03 Jun 1999 19:44:06 +0000
parents 239ee0e7b828
children 24c78d0ab986
comparison
equal deleted inserted replaced
24804:17c2ea98478f 24805:eb5e287ff675
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 #ifdef IMAGE_REL_BASED_SECTION
745 case IMAGE_REL_BASED_SECTION: 745 case IMAGE_REL_BASED_SECTION:
746 case IMAGE_REL_BASED_REL32: 746 case IMAGE_REL_BASED_REL32:
747 /* Docs don't say what these values mean. */ 747 /* Docs don't say what these values mean. */
748 #endif 748 #endif
749 default: 749 default: