summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-02-20 22:57:00 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-02-21 09:59:07 +0000
commit0e21f6619c72f1e17a7b0a52b6317810973d8a3e (patch)
treee43a89c6519b5c69aff392d3ce582aa0cd9b72bb /include
parentImprove readability. (diff)
downloadcore-0e21f6619c72f1e17a7b0a52b6317810973d8a3e.tar.gz
core-0e21f6619c72f1e17a7b0a52b6317810973d8a3e.zip
Kill bitrot Emscripten experiment
Change-Id: I1cd5331157e684afb01e6555168ce646194c6ff2 Reviewed-on: https://gerrit.libreoffice.org/34493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'include')
-rw-r--r--include/osl/endian.h2
-rw-r--r--include/sal/alloca.h2
-rw-r--r--include/sal/config.h11
3 files changed, 1 insertions, 14 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h
index ca3640b8d4a5..9a92e25eb98c 100644
--- a/include/osl/endian.h
+++ b/include/osl/endian.h
@@ -41,8 +41,6 @@ extern "C" {
# elif __BYTE_ORDER == __BIG_ENDIAN
# define OSL_BIGENDIAN
# endif
-#elif defined EMSCRIPTEN
-# define OSL_LITENDIAN
#elif defined IOS || defined MACOSX || defined NETBSD
# include <machine/endian.h>
# if BYTE_ORDER == LITTLE_ENDIAN
diff --git a/include/sal/alloca.h b/include/sal/alloca.h
index 4a817c7ec87a..f756acc3bab8 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 (__sun) || defined (LINUX) || defined(AIX) || defined(ANDROID) || defined(EMSCRIPTEN)
+#if defined (__sun) || defined (LINUX) || defined(AIX) || defined(ANDROID)
#ifndef INCLUDED_ALLOCA_H
#include <alloca.h>
diff --git a/include/sal/config.h b/include/sal/config.h
index 24612f70ec18..3911db512d55 100644
--- a/include/sal/config.h
+++ b/include/sal/config.h
@@ -62,17 +62,6 @@
#define SAL_CONFIGFILE( name ) name "rc"
#endif
-#ifdef EMSCRIPTEN
-#define SAL_UNX
-#define SAL_DLLEXTENSION ".bc"
-#define SAL_EXEEXTENSION ""
-#define SAL_DLLPREFIX "lib"
-#define SAL_PATHSEPARATOR ':'
-#define SAL_PATHDELIMITER '/'
-#define SAL_NEWLINE_STRING "\n"
-#define SAL_CONFIGFILE( name ) name "rc"
-#endif
-
#ifdef MACOSX
#define SAL_UNX
#define SAL_DLLEXTENSION ".dylib"