From a1368c5793cf73525e7e1ff654555b7f69d3078a Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 6 Sep 2015 21:52:35 +0900 Subject: Do not use C99-style comments --- file.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/file.c b/file.c index 8ddbee9..9d1dc9a 100644 --- a/file.c +++ b/file.c @@ -26,7 +26,7 @@ #define min(a,b) ((a) > (b) ? (b) : (a)) #endif /* not min */ -#define MAX_INPUT_SIZE 80 // TODO - max should be screen line length +#define MAX_INPUT_SIZE 80 /* TODO - max should be screen line length */ static int frame_source = 0; @@ -3788,7 +3788,7 @@ process_button(struct parsed_tag *tag) qlen = strlen(q); } - // Strcat_charp(tmp, ""); + /* Strcat_charp(tmp, ""); */ Strcat(tmp, Sprintf("", cur_hseq++, cur_form_id, p, html_quote(r), qq)); @@ -3800,7 +3800,7 @@ process_n_button(void) { Str tmp = Strnew(); Strcat_charp(tmp, ""); - // Strcat_charp(tmp, ""); + /* Strcat_charp(tmp, ""); */ return tmp; } -- cgit v1.2.3