From 27a3c491548801323c5beafd1f7d1474a673c927 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 17 Mar 2000 09:19:37 +0000 Subject: [PATCH] Avoid FAR redefinition This is partial cherry-pick of e1fdd3f3d9a0a065eb27c8bc176f51a47e43e412 from the main repository. --- jmorecfg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jmorecfg.h b/jmorecfg.h index 28c0694..ae2c761 100644 --- a/jmorecfg.h +++ b/jmorecfg.h @@ -220,8 +220,10 @@ typedef unsigned int JDIMENSION; #ifdef NEED_FAR_POINTERS #define FAR far #else +#ifndef FAR #define FAR #endif +#endif /*