Fixed a small mistake in the previous checkin.

This commit is contained in:
wtc%netscape.com 1999-10-21 22:51:06 +00:00
Родитель b80c7dd199
Коммит e0d927a2ba
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1345,7 +1345,7 @@ struct PRSem {
struct PRStackStr {
/* head MUST be at offset 0; assembly language code relies on this */
#if defined(AIX) || defined(OSF1)
#if defined(AIX)
volatile PRStackElem prstk_head;
#else
PRStackElem prstk_head;