From 428940b12e7d08c76d7d68336645ba9586a1c187 Mon Sep 17 00:00:00 2001 From: "larryh%netscape.com" Date: Tue, 22 Feb 2000 23:44:26 +0000 Subject: [PATCH] fix prtypes.h git-svn-id: svn://10.0.0.236/trunk@61453 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/include/prtypes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/nsprpub/pr/include/prtypes.h b/mozilla/nsprpub/pr/include/prtypes.h index 02ea6412d9c..6b866ed492e 100644 --- a/mozilla/nsprpub/pr/include/prtypes.h +++ b/mozilla/nsprpub/pr/include/prtypes.h @@ -30,6 +30,13 @@ ** for all C files. **/ +/* the following update, a big '#if 0' for most of this file +** intentionally breaks the build of NSPR on the tip of the source tree +** nobody but NSPR should be interested in the tip right now +** anyway. +*/ +#if 0 + #ifndef prtypes_h___ #define prtypes_h___ @@ -477,3 +484,4 @@ PR_END_EXTERN_C #endif /* prtypes_h___ */ +#endif /* the #if 0 that intentionally breaks the tree */