]> code.delx.au - gnu-emacs/blobdiff - src/unexcoff.c
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / src / unexcoff.c
index 6a1daa45262ba97754b0fec8299f71a9b1720bda..466a5c0e491965e1e3b11187caef3abc2f2aff21 100644 (file)
@@ -333,11 +333,7 @@ write_segment (int new, const char *ptr, const char *end)
         a gap between the old text segment and the old data segment.
         This gap has probably been remapped into part of the text segment.
         So write zeros for it.  */
-      if (ret == -1
-#ifdef EFAULT
-         && errno == EFAULT
-#endif
-         )
+      if (ret == -1 && errno == EFAULT)
        {
          /* Write only a page of zeros at once,
             so that we don't overshoot the start