aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bcheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bcheck.c b/lib/bcheck.c
index 54124b9..064fb5d 100644
--- a/lib/bcheck.c
+++ b/lib/bcheck.c
@@ -29,11 +29,11 @@
#include <unistd.h>
#endif
-//#define BOUND_DEBUG
+/* #define BOUND_DEBUG */
/* define so that bound array is static (faster, but use memory if
bound checking not used) */
-//#define BOUND_STATIC
+/* #define BOUND_STATIC */
/* use malloc hooks. Currently the code cannot be reliable if no hooks */
#define CONFIG_TCC_MALLOC_HOOKS