summaryrefslogtreecommitdiffstats
path: root/include/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-30 22:42:15 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-30 22:44:42 +0100
commitd837c7b773c719202b0ae6c33825bf6d0ea7a6c5 (patch)
tree894858ddc4797f299e5ba47613812041677fcd24 /include/sal
parentwriterfilter: remove unused WW8LFOLevel (diff)
downloadcore-d837c7b773c719202b0ae6c33825bf6d0ea7a6c5.tar.gz
core-d837c7b773c719202b0ae6c33825bf6d0ea7a6c5.zip
Remove legacy EMX check
Last release from 1998 :) http://en.wikipedia.org/wiki/EMX_(programming_environment) Change-Id: I01b1dbf0d91c44d8e1da447aa24efc8878b41e1f
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/alloca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sal/alloca.h b/include/sal/alloca.h
index c42f723f4af3..dfa808967a91 100644
--- a/include/sal/alloca.h
+++ b/include/sal/alloca.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAL_ALLOCA_H
#define INCLUDED_SAL_ALLOCA_H
-#if defined (SOLARIS) || defined (LINUX) || defined(__EMX__) || defined(AIX) || defined(ANDROID)
+#if defined (SOLARIS) || defined (LINUX) || defined(AIX) || defined(ANDROID)
#ifndef INCLUDED_ALLOCA_H
#include <alloca.h>