Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/sljit/dist/sljit_src Don't redefine SLJIT_H...



details:   https://anonhg.NetBSD.org/src/rev/1f64bcd1b8a2
branches:  trunk
changeset: 796778:1f64bcd1b8a2
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Tue Jun 17 17:30:48 2014 +0000

description:
Don't redefine SLJIT_HALT_PROCESS().

diffstat:

 sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r e6f17cbf253b -r 1f64bcd1b8a2 sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h
--- a/sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h       Tue Jun 17 16:52:33 2014 +0000
+++ b/sys/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h       Tue Jun 17 17:30:48 2014 +0000
@@ -488,8 +488,6 @@
 #include <assert.h>
 #include <stdlib.h>
 
-#define SLJIT_HALT_PROCESS() abort()
-
 #define SLJIT_ASSERT(x) assert(x)
 
 #endif /* !SLJIT_ASSERT */



Home | Main Index | Thread Index | Old Index