modified #if from __alpha to __osf__, because Alpha/Linux also runs on

an alpha processor, and we really want to know osf instead.  Courtesy
wtc.
This commit is contained in:
mccabe%netscape.com 1998-08-12 19:45:04 +00:00
parent 0fa6813c34
commit acf486a530

View File

@ -45,7 +45,7 @@
#endif #endif
#endif #endif
#if defined(__alpha) #if defined(__osf__)
#ifndef OSF1 #ifndef OSF1
# error "OSF1 is not defined" # error "OSF1 is not defined"
#endif #endif