From a81ee1aec4b85459b42bf25e818ee9cc2ae455df Mon Sep 17 00:00:00 2001 From: Francois Tigeot Date: Tue, 28 Jun 2011 23:39:27 +0200 Subject: USG and Lynx_22 are not defined anywhere --- soltools/mkdepend/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soltools') diff --git a/soltools/mkdepend/main.c b/soltools/mkdepend/main.c index df4a3626f9dc..f9dc0f764ebd 100644 --- a/soltools/mkdepend/main.c +++ b/soltools/mkdepend/main.c @@ -147,7 +147,7 @@ catch (int sig) fatalerr ("got signal %d\n", sig); } -#if defined(USG) || (defined(i386) && defined(SYSV)) || defined(WIN32) || defined(Lynx_22) +#if (defined(i386) && defined(SYSV)) || defined(WIN32) #define USGISH #endif -- cgit