From 4816d3eaee3d0cd1137bef8cfc8c24d4d6a79356 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sun, 20 Sep 1998 01:04:58 +0000 Subject: [PATCH] Removed the NSPR20 macro definition for XP_MAC. --- nsprpub/pr/include/prtypes.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/nsprpub/pr/include/prtypes.h b/nsprpub/pr/include/prtypes.h index a4a3b69593da..16112b135bb2 100644 --- a/nsprpub/pr/include/prtypes.h +++ b/nsprpub/pr/include/prtypes.h @@ -369,9 +369,6 @@ typedef unsigned long PRUword; #ifdef XP_MAC #include "protypes.h" -#ifndef NSPR20 -#define NSPR20 1 -#endif #else #include "obsolete/protypes.h" #endif