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

This commit is contained in:
maxf%magma.ca 2007-11-02 14:38:07 +00:00
Родитель a11ea7775a
Коммит f727805ba5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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