summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-10-21 22:51:06 +0000
committerwtc%netscape.com <devnull@localhost>1999-10-21 22:51:06 +0000
commit4ada32144e9afaf60ecff3ca47000dcd2a4a27e9 (patch)
tree561cb6e8231e10cb256110c405758468e9d06a18
parent52cd048b53fabdeab070c4270f74d9d67b8a1ddd (diff)
downloadnspr-hg-4ada32144e9afaf60ecff3ca47000dcd2a4a27e9.tar.gz
Fixed a small mistake in the previous checkin.
-rw-r--r--pr/include/private/primpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/private/primpl.h b/pr/include/private/primpl.h
index e61f50d0..200773cd 100644
--- a/pr/include/private/primpl.h
+++ b/pr/include/private/primpl.h
@@ -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;