gzip-1.4-asmv.patch 702 B

12345678910111213141516171819202122232425262728293031
  1. http://bugs.gentoo.org/show_bug.cgi?id=302773
  2. --- tailor.h.old 2010-01-29 11:13:02.000000000 +0000
  3. +++ tailor.h 2010-01-29 13:18:15.000000000 +0000
  4. @@ -69,9 +69,6 @@
  5. # include <io.h>
  6. # define OS_CODE 0x00
  7. # define SET_BINARY_MODE(fd) setmode(fd, O_BINARY)
  8. -# if !defined(NO_ASM) && !defined(ASMV)
  9. -# define ASMV
  10. -# endif
  11. #else
  12. # define near
  13. #endif
  14. @@ -182,7 +179,6 @@
  15. # define PATH_SEP2 ':'
  16. # define STDC_HEADERS
  17. # define OS_CODE 0x01
  18. -# define ASMV
  19. # ifdef __GNUC__
  20. # define HAVE_DIRENT_H
  21. # define HAVE_FCNTL_H
  22. @@ -201,7 +197,6 @@
  23. #endif
  24. #if defined(ATARI) || defined(atarist)
  25. -# define ASMV
  26. # define OS_CODE 0x05
  27. # ifdef TOSFS
  28. # define PATH_SEP2 '\\'