From 52203ea55687a16efe9f9a1d8a9544675d3f599c Mon Sep 17 00:00:00 2001 From: arai Date: Sun, 20 Jul 2003 14:12:45 +0000 Subject: [PATCH] * src/lha.h (fseeko, ftello): these macros had no effect. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@714 6a8cc165-1e22-0410-a132-eb4e3f353aba --- src/lha.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lha.h b/src/lha.h index 11c414f..18cf104 100644 --- a/src/lha.h +++ b/src/lha.h @@ -192,6 +192,8 @@ int fnmatch(const char *pattern, const char *string, int flags); #define LONG_MIN (LONG_MAX-ULONG_MAX) #endif +#endif /* HAVE_LIMITS_H */ + #if !HAVE_FSEEKO # define fseeko fseek #endif @@ -199,8 +201,6 @@ int fnmatch(const char *pattern, const char *string, int flags); # define ftello ftell #endif -#endif /* HAVE_LIMITS_H */ - #include "lha_macro.h" struct encode_option { -- 2.11.0