summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2018-02-16 17:31:16 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-03-23 23:05:34 -0700
commit67ec423f8f617ddd09f304b1966114049c81833e (patch)
tree97b16d91fe5e607dd02c53d0320517d0e17451c9
parent373a53cdcb59c53599cc95f2dccf8cd42e748443 (diff)
imake support for lcc compiler
https://bugs.freedesktop.org/show_bug.cgi?id=105136 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--imakemdep.h2
1 files changed, 1 insertions, 1 deletions
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