diff options
| author | Andrew Innes <andrewi@gnu.org> | 1999-06-03 19:44:06 +0000 | 
|---|---|---|
| committer | Andrew Innes <andrewi@gnu.org> | 1999-06-03 19:44:06 +0000 | 
| commit | f78b1e5e375f83d8942252e7c51c1591489d5e4d (patch) | |
| tree | b3cbaff44e098942f78856e502c0e0573f0f500b /nt/preprep.c | |
| parent | 497ee4fb448d9fc541d6247be3455527d7079144 (diff) | |
| download | emacs-f78b1e5e375f83d8942252e7c51c1591489d5e4d.tar.gz | |
Fix typo.
Diffstat (limited to 'nt/preprep.c')
| -rw-r--r-- | nt/preprep.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/preprep.c b/nt/preprep.c index a33d3f049d3..4087c512c19 100644 --- a/nt/preprep.c +++ b/nt/preprep.c @@ -741,7 +741,7 @@ copy_executable_and_move_sections (file_data *p_infile,                     dropped from NT4 anyway.  */  		abort ();  		break; -#ifndef IMAGE_REL_BASED_SECTION +#ifdef IMAGE_REL_BASED_SECTION  	      case IMAGE_REL_BASED_SECTION:  	      case IMAGE_REL_BASED_REL32:  		/* Docs don't say what these values mean.  */  | 
