Use portable __alpha instead of Mozilla specific _ALPHA_.

This commit is contained in:
ramiro%netscape.com 1998-10-09 04:30:15 +00:00
parent 9580b526b5
commit 5ee4ee4095

View File

@ -97,7 +97,7 @@ typedef GC (*XfeGetGCFunc) (Widget child);
/* XfePrimitive & XfeManager class bit gravity */
/* */
/*----------------------------------------------------------------------*/
#ifdef _ALPHA_
#if defined(__alpha)
typedef void (*XfeBitGravityType)(void);
#else
typedef int XfeBitGravityType;