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 ifdef unused variables



details:   https://anonhg.NetBSD.org/src/rev/c4497b8103ab
branches:  trunk
changeset: 325575:c4497b8103ab
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 29 23:07:34 2013 +0000

description:
ifdef unused variables

diffstat:

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

diffs (14 lines):

diff -r 2ca987d00fda -r c4497b8103ab sys/external/bsd/sljit/dist/sljit_src/sljitUtils.c
--- a/sys/external/bsd/sljit/dist/sljit_src/sljitUtils.c        Sun Dec 29 22:55:32 2013 +0000
+++ b/sys/external/bsd/sljit/dist/sljit_src/sljitUtils.c        Sun Dec 29 23:07:34 2013 +0000
@@ -298,8 +298,10 @@
 
 SLJIT_API_FUNC_ATTRIBUTE sljit_w SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_uw new_limit)
 {
+#ifdef _WIN32
        sljit_uw aligned_old_limit;
        sljit_uw aligned_new_limit;
+#endif
 
        if ((new_limit > stack->max_limit) || (new_limit < stack->base))
                return -1;



Home | Main Index | Thread Index | Old Index