diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-30 22:42:15 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-30 22:44:42 +0100 |
commit | d837c7b773c719202b0ae6c33825bf6d0ea7a6c5 (patch) | |
tree | 894858ddc4797f299e5ba47613812041677fcd24 /include | |
parent | 659ab86604bbdd7442524054f4b01541932ee3f9 (diff) |
Remove legacy EMX check
Last release from 1998 :)
http://en.wikipedia.org/wiki/EMX_(programming_environment)
Change-Id: I01b1dbf0d91c44d8e1da447aa24efc8878b41e1f
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/alloca.h | 2 |
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> |