From bad8a3ee96090c1b45a58d2489c3b1bfd2b24107 Mon Sep 17 00:00:00 2001 From: "srinivas%netscape.com" Date: Fri, 17 Mar 2000 18:24:29 +0000 Subject: [PATCH] Fixed syntax error. git-svn-id: svn://10.0.0.236/trunk@63301 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/src/md/mac/prcpucfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/nsprpub/pr/src/md/mac/prcpucfg.h b/mozilla/nsprpub/pr/src/md/mac/prcpucfg.h index bc203a42b2c..9483f1f3833 100644 --- a/mozilla/nsprpub/pr/src/md/mac/prcpucfg.h +++ b/mozilla/nsprpub/pr/src/md/mac/prcpucfg.h @@ -112,6 +112,6 @@ #define BYTES_PER_WORD_LOG2 PR_BYTES_PER_WORD_LOG2 #define BYTES_PER_DWORD_LOG2 PR_BYTES_PER_DWORD_LOG2 #define WORDS_PER_DWORD_LOG2 PR_WORDS_PER_DWORD_LOG2 -#endif NO_NSPR_10_SUPPORT +#endif /* NO_NSPR_10_SUPPORT */ #endif /* nspr_cpucfg___ */