mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
fix building on sparc linux. r=jband a=leaf
This commit is contained in:
parent
482dc5b7b2
commit
7ae72b942a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user