s/defined(SOLARIS)/defined(sun) && defined(__svr4__)/ .... we really need a platform.h to abstract this.

This commit is contained in:
cls%seawood.org 1998-10-21 23:32:43 +00:00
Родитель 51fdf2a094
Коммит f57a6b582a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -451,7 +451,7 @@
#define PR_WORDS_PER_DWORD_LOG2 0L
#elif defined(SOLARIS)
#elif defined(sun) && defined(__svr4__)
#ifdef i386
/* PC-based */