aboutsummaryrefslogtreecommitdiffstats
path: root/profile.c
diff options
context:
space:
mode:
authorStephen Davies <sdavies@sdc.com.au>2014-08-24 10:24:05 +0930
committerStephen Davies <sdavies@sdc.com.au>2014-08-24 10:24:05 +0930
commit9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8 (patch)
tree9e057f084c58bdbf88cc39efa0708ee6a61f4331 /profile.c
parent09dca22666681470a207083f339083a1a4a8c973 (diff)
downloadegawk-9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8.tar.gz
egawk-9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8.tar.bz2
egawk-9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8.zip
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
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
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);