sense of HAVE_CPP_BOOL was backwards, fixed it (thanks, Jim Dunn)

This commit is contained in:
scc%netscape.com 1999-05-05 23:36:38 +00:00
parent 430fc255bd
commit 51bf7982c7
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@
#define explicit
#endif
#ifndef HAVE_CPP_BOOL
#ifdef HAVE_CPP_BOOL
typedef bool NSCAP_BOOL;
#else
typedef PRBool NSCAP_BOOL;

View File

@ -126,7 +126,7 @@
#define explicit
#endif
#ifndef HAVE_CPP_BOOL
#ifdef HAVE_CPP_BOOL
typedef bool NSCAP_BOOL;
#else
typedef PRBool NSCAP_BOOL;

View File

@ -126,7 +126,7 @@
#define explicit
#endif
#ifndef HAVE_CPP_BOOL
#ifdef HAVE_CPP_BOOL
typedef bool NSCAP_BOOL;
#else
typedef PRBool NSCAP_BOOL;