From 67ec423f8f617ddd09f304b1966114049c81833e Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Fri, 16 Feb 2018 17:31:16 +0000 Subject: imake support for lcc compiler https://bugs.freedesktop.org/show_bug.cgi?id=105136 Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- imakemdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imakemdep.h b/imakemdep.h index 1de1e7b..12200d6 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -229,7 +229,7 @@ in this Software without prior written authorization from The Open Group. * all colons). One way to tell if you need this is to see whether or not * your Makefiles have no tabs in them and lots of @@ strings. */ -# if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || defined(__SCO__) || (defined(AMOEBA) && defined(CROSS_COMPILE)) || defined(__QNX__) || defined(__sgi) || defined(__UNIXWARE__) +# if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || defined(__SCO__) || (defined(AMOEBA) && defined(CROSS_COMPILE)) || defined(__QNX__) || defined(__sgi) || defined(__UNIXWARE__) || defined(__LCC__) # define FIXUP_CPP_WHITESPACE # endif # ifdef WIN32 -- cgit v1.2.3