[Libreoffice-commits] core.git: include/sal
Thomas Arnhold
thomas at arnhold.org
Wed Oct 30 22:47:15 CET 2013
include/sal/alloca.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d837c7b773c719202b0ae6c33825bf6d0ea7a6c5
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Wed Oct 30 22:42:15 2013 +0100
Remove legacy EMX check
Last release from 1998 :)
http://en.wikipedia.org/wiki/EMX_(programming_environment)
Change-Id: I01b1dbf0d91c44d8e1da447aa24efc8878b41e1f
diff --git a/include/sal/alloca.h b/include/sal/alloca.h
index c42f723..dfa8089 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>
More information about the Libreoffice-commits
mailing list