| Index: runtime/third_party/jscre/pcre_internal.h
|
| diff --git a/runtime/third_party/jscre/pcre_internal.h b/runtime/third_party/jscre/pcre_internal.h
|
| index 19eadad96c63d1ba412b07021e4b416187f2437f..92011f8eb821790c114fab857fcfff763f3a5f90 100644
|
| --- a/runtime/third_party/jscre/pcre_internal.h
|
| +++ b/runtime/third_party/jscre/pcre_internal.h
|
| @@ -83,8 +83,8 @@ total length. */
|
| #ifndef DFTABLES
|
|
|
| // TODO(xxx): Hook this up to something that checks assertions.
|
| -#define ASSERT(x) if (!(x)) *(reinterpret_cast<volatile int*>(NULL)) = NULL
|
| -#define ASSERT_NOT_REACHED() *(reinterpret_cast<volatile int*>(NULL)) = NULL
|
| +#define ASSERT(x) if (!(x)) abort()
|
| +#define ASSERT_NOT_REACHED() abort()
|
|
|
| #ifdef WIN32
|
| #pragma warning(disable: 4232)
|
|
|