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
Родитель 0fa6813c34
Коммит acf486a530
1 изменённых файлов: 1 добавлений и 1 удалений

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

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