From 9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8 Mon Sep 17 00:00:00 2001 From: Stephen Davies Date: Sun, 24 Aug 2014 10:24:05 +0930 Subject: Progress in collecting comments and with comments within a block. No joy with comments before BEGIN or END and, before { or after }. Changed my email --- profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.c') diff --git a/profile.c b/profile.c index 5c7555e6..51ef9715 100644 --- a/profile.c +++ b/profile.c @@ -882,7 +882,7 @@ cleanup: count = pc->memory->stlen; text = pc->memory->stptr; - indent(SPACEOVER); + indent(SPACEOVER); /* is this correct? Where should comments go? */ for (; count > 0; count--, text++) { if (after_newline) { indent(SPACEOVER); -- cgit v1.2.3