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/c9b13a6d6f73
branches: trunk
changeset: 792315:c9b13a6d6f73
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 dc2fdeec1249 -r c9b13a6d6f73 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