summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlarryh%netscape.com <devnull@localhost>2000-02-22 23:44:26 +0000
committerlarryh%netscape.com <devnull@localhost>2000-02-22 23:44:26 +0000
commit989531415e36431e9e81bd2487f1265489edcceb (patch)
treeea283389d902f9ce98616e17c4f65d2f6454cf4e
parent88f5cb1870b106fcc8e8b4915b01c3a3867b7b11 (diff)
parentb71454d82d7e55148d4a0fcf326451f3531bc721 (diff)
downloadnspr-hg-989531415e36431e9e81bd2487f1265489edcceb.tar.gz
-rw-r--r--pr/include/prtypes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pr/include/prtypes.h b/pr/include/prtypes.h
index 02ea6412..6b866ed4 100644
--- a/pr/include/prtypes.h
+++ b/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 */