From 595bfc681a3c40348561ade68694082e1511c4d8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 12 Jun 2016 23:49:51 -0700 Subject: [PATCH] gzip: fix port to Atari by not defining ASMV Problem reported by Helmut Karlowski in: http://bugs.gnu.org/23751 * tailor.h (ASMV) [ATARI || atarist]: Do not define. --- tailor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tailor.h b/tailor.h index e381611..cc375fd 100644 --- a/tailor.h +++ b/tailor.h @@ -139,7 +139,6 @@ #endif #if defined(ATARI) || defined(atarist) -# define ASMV # define OS_CODE 0x05 # ifdef TOSFS # define MAX_PATH_LEN 128 -- 2.47.2