| Index: nspr/pr/include/prlog.h
|
| diff --git a/nspr/pr/include/prlog.h b/nspr/pr/include/prlog.h
|
| index 6f825f29a478101e07a26904f7d12f8cfe6937b7..4a291dc1804c3984581784ee4d97effffabee378 100644
|
| --- a/nspr/pr/include/prlog.h
|
| +++ b/nspr/pr/include/prlog.h
|
| @@ -157,7 +157,8 @@ NSPR_API(void) PR_LogPrint(const char *fmt, ...);
|
| */
|
| NSPR_API(void) PR_LogFlush(void);
|
|
|
| -NSPR_API(void) PR_Assert(const char *s, const char *file, PRIntn ln);
|
| +NSPR_API(void) PR_Assert(const char *s, const char *file, PRIntn ln)
|
| + PR_PRETEND_NORETURN;
|
|
|
| #if defined(DEBUG) || defined(FORCE_PR_LOG)
|
| #define PR_LOGGING 1
|
|
|