Issue #1751 -- Remove XP_IOS

This commit is contained in:
Moonchild 2021-05-01 07:15:13 +00:00 committed by roytam1
commit a9c8f3a84a
9 changed files with 6 additions and 74 deletions

View file

@ -9,8 +9,8 @@
#include "mozilla/Compiler.h"
#if !defined(__arm__) && !(defined(LINUX) || defined(XP_IOS))
#error "This code is for Linux/iOS ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
#if !defined(__arm__) && !(defined(LINUX)
#error "This code is for Linux ARM only. Check that it works on your system, too.\nBeware that this code is highly compiler dependent."
#endif
#if MOZ_IS_GCC