QNX-specific addition to deal with _PRSTR items properly.

This commit is contained in:
briano%netscape.com 1999-09-29 02:47:05 +00:00
parent 7a5b9d5e55
commit bc3e3cf9e7
2 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,10 @@ public:
#define _PRSTR_BP m_psb
#define _PRSTR_DELBUF(x) /* as nothing */
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
#elif defined(__QNX__)
#undef _PRSTR_BP
#define _PRSTR_DELBUF(x) /* as nothing */
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
#else
#define _PRSTR_BP bp
// Unix compilers do not believe in encapsulation

View File

@ -54,6 +54,10 @@ public:
#define _PRSTR_BP m_psb
#define _PRSTR_DELBUF(x) /* as nothing */
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
#elif defined(__QNX__)
#undef _PRSTR_BP
#define _PRSTR_DELBUF(x) /* as nothing */
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
#else
#define _PRSTR_BP bp
// Unix compilers do not believe in encapsulation