From 1906647dfdbaf1dc184ff70fb0ec7cceb28cee28 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 17 Oct 2016 23:17:58 -0400 Subject: [PATCH] local-stack allocation complete w/o subframe clears --- c/containers/local_stack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/containers/local_stack.h b/c/containers/local_stack.h index c2c821cad..405d5989b 100644 --- a/c/containers/local_stack.h +++ b/c/containers/local_stack.h @@ -34,8 +34,8 @@ local_stack_frame_t* local_stack_frame_alloc(int size); void local_stack_frame_free(local_stack_frame_t* pframe); // ---------------------------------------------------------------- -//#define LOCAL_STACK_TRACE_ENABLE // xxx disable -#define LOCAL_STACK_BOUNDS_CHECK_ENABLE // xxx disable +//#define LOCAL_STACK_TRACE_ENABLE +//#define LOCAL_STACK_BOUNDS_CHECK_ENABLE #ifdef LOCAL_STACK_BOUNDS_CHECK_ENABLE static int local_stack_bounds_check_announce_first_call = TRUE;