fix building on sparc linux. r=jband a=leaf

This commit is contained in:
blizzard%redhat.com 2000-04-10 19:43:31 +00:00
parent 482dc5b7b2
commit 7ae72b942a

View File

@ -24,7 +24,10 @@
#include "xptcprivate.h"
#ifndef sparc
/* solaris defines __sparc for workshop compilers and
linux defines __sparc__ */
#if !defined(__sparc) && !defined(__sparc__)
#error "This code is for Sparc only"
#endif