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) --- tccpe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccpe.c') diff --git a/tccpe.c b/tccpe.c index 79be6f3..f7a200c 100644 --- a/tccpe.c +++ b/tccpe.c @@ -30,7 +30,7 @@ #endif #define PE_MERGE_DATA -// #define PE_PRINT_SECTIONS +/* #define PE_PRINT_SECTIONS */ #ifdef TCC_TARGET_X86_64 # define ADDR3264 ULONGLONG -- cgit v1.3.1