Fixed a small mistake in the previous checkin.

This commit is contained in:
wtc%netscape.com 1999-10-21 22:51:06 +00:00
parent 38f4b0469b
commit 8931f4f8c7

View File

@ -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;