From 0bdbd49eac6ced7fbf6b5d2f5a13d7e9f3df54db Mon Sep 17 00:00:00 2001 From: Urs Janssen Date: Sun, 17 Feb 2013 00:48:51 +0100 Subject: add version number to manpage avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) --- lib/bcheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bcheck.c') 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 #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 -- cgit v1.3.1