Backing out change that was not properly reviewed or bugzilla'd. Sorry guys.

This commit is contained in:
maxf@magma.ca 2007-11-02 07:38:07 -07:00
parent 03aea4d63b
commit 65aa058426
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#include "xptcprivate.h"
#if !defined(__arm__)
#if !defined(LINUX) || !defined(__arm__)
#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

View File

@ -41,7 +41,7 @@
#include "xptcprivate.h"
#include "xptiprivate.h"
#if !defined(__arm__)
#if !defined(LINUX) || !defined(__arm__)
#error "This code is for Linux ARM only. Please check if it works for you, too.\nDepends strongly on gcc behaviour."
#endif