summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/include/prinit.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsprpub/pr/include/prinit.h')
-rw-r--r--nsprpub/pr/include/prinit.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/nsprpub/pr/include/prinit.h b/nsprpub/pr/include/prinit.h
index 5f6b4e3de..eb3cfa059 100644
--- a/nsprpub/pr/include/prinit.h
+++ b/nsprpub/pr/include/prinit.h
@@ -31,9 +31,9 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
-#define PR_VERSION "4.20"
+#define PR_VERSION "4.24"
#define PR_VMAJOR 4
-#define PR_VMINOR 20
+#define PR_VMINOR 24
#define PR_VPATCH 0
#define PR_BETA PR_FALSE
@@ -132,25 +132,25 @@ NSPR_API(PRStatus) PR_Cleanup(void);
/*
** Disable Interrupts
-** Disables timer signals used for pre-emptive scheduling.
+** Disables timer signals used for pre-emptive scheduling.
*/
NSPR_API(void) PR_DisableClockInterrupts(void);
/*
** Enables Interrupts
-** Enables timer signals used for pre-emptive scheduling.
+** Enables timer signals used for pre-emptive scheduling.
*/
NSPR_API(void) PR_EnableClockInterrupts(void);
/*
** Block Interrupts
-** Blocks the timer signal used for pre-emptive scheduling
+** Blocks the timer signal used for pre-emptive scheduling
*/
NSPR_API(void) PR_BlockClockInterrupts(void);
/*
** Unblock Interrupts
-** Unblocks the timer signal used for pre-emptive scheduling
+** Unblocks the timer signal used for pre-emptive scheduling
*/
NSPR_API(void) PR_UnblockClockInterrupts(void);