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/2e250a864950
branches:  trunk
changeset: 330017:2e250a864950
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 60952af8e281 -r 2e250a864950 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