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) --- tccelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccelf.c') diff --git a/tccelf.c b/tccelf.c index 500ea18..8af4bb6 100644 --- a/tccelf.c +++ b/tccelf.c @@ -1835,7 +1835,7 @@ static int elf_output_file(TCCState *s1, const char *filename) for(i = 1; i < s1->nb_sections; i++) { s = s1->sections[i]; s->sh_name = put_elf_str(strsec, s->name); -#if 0 //gr +#if 0 /* gr */ printf("section: f=%08x t=%08x i=%08x %s %s\n", s->sh_flags, s->sh_type, -- cgit v1.3.1